An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


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 📱

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 😉

---

[![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)