Skip to content

Flutter consume simple api with dio, http and getconnect - comparing usages.

License

Notifications You must be signed in to change notification settings

felipecastrosales/consume_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.flaticon.com/br/icone-premium/api_1071837?term=api&related_id=1071837&origin=search

Consuming API


About 📖

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.

Challenges and Learnings along the way 🤯

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.


Demo 📱

Screenrecorder-2024-07-06-13-40-10-79.mp4

How to Use 🤔

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

How to Contribute 💪

- 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

License 📝

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 😉


Linkedin Badge