Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Lucifer MorningStar

  1. L

    How to parse this JSON and append in Array using Alamofire

    This is my JSON Response- { "status": true, "message": "Sub category lists", "category": \[ { "cat_sr": "1", "cat_id": "C329847", "cat_name": "Grocery", "cat_image": "uploads/category/C329847/Grocery store.jpg"...
  2. L

    how we fetch aws s3 all buckets and buckets data in flutter?

    I'm assuming that "all s3 buckets" are all buckets in the AWS account the backend is running in. A frontend application can be allowed to access AWS API directly or through various hoops. The simplest way is to have a backend application, as backend application can easily access AWS API from...
Top