This was a small test using API consumption with Flutter.
Here I studied about consumption using the following packages: http, getConnect and dio. With that, I was able to study and note the particularities of each one, how to implement and access with each one.
This was a very interesting study on API Consumption, and it clarified a lot of my ideas and knowledge that I already had about this topic. It was very fruitful and I got a lot of knowledge.
Screenrecorder-2024-07-06-13-40-10-79.mp4
First of all, correctly configure the Flutter development environment on your machine,
see https://flutter.dev/docs/get-started/install
- Clone this repository:
$ git clone https://github.com/felipecastrosales/Virtual-Store Virtual-Store
- Enter in directory:
$ cd Virtual-Store
- For install dependencies:
$ flutter pub get
- Run the app:
$ flutter run
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by Felipe Sales, with the instructor Rodrigo Rahman, in the playlist Consuming API with Flutter - A Complete Guide.
If it helped you, give ⭐, contribute, it will help me too 😉