https://github.com/felipecastrosales/consume_api
Flutter consume simple api with dio, http and getconnect - comparing usages.
https://github.com/felipecastrosales/consume_api
api backend dio flutter flutter-app flutter-apps flutter-dio flutter-examples get getx http rest serialization
Last synced: 5 months ago
JSON representation
Flutter consume simple api with dio, http and getconnect - comparing usages.
- Host: GitHub
- URL: https://github.com/felipecastrosales/consume_api
- Owner: felipecastrosales
- License: mit
- Created: 2021-05-07T21:33:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T16:44:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T19:38:16.545Z (about 1 year ago)
- Topics: api, backend, dio, flutter, flutter-app, flutter-apps, flutter-dio, flutter-examples, get, getx, http, rest, serialization
- Language: C++
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 📱
https://github.com/felipecastrosales/consume_api/assets/59374587/28b744ce-73df-495f-b3e5-1ec6e5dafe5d
---
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](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Rodrigo Rahman](https://linkedin.com/in/rodrigo-rahman)**, in the playlist **[Consuming API with Flutter - A Complete Guide](https://www.youtube.com/watch?v=1uxnXwN0s5Q)**.
If it helped you, give ⭐, contribute, it will help me too 😉
---
[](https://www.linkedin.com/in/felipecastrosales/)