{"id":21486064,"url":"https://github.com/felipecastrosales/consume_api","last_synced_at":"2025-10-30T21:35:16.737Z","repository":{"id":116140595,"uuid":"365357805","full_name":"felipecastrosales/consume_api","owner":"felipecastrosales","description":"Flutter consume simple api with dio, http and getconnect - comparing usages.","archived":false,"fork":false,"pushed_at":"2024-07-06T16:44:30.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T19:38:16.545Z","etag":null,"topics":["api","backend","dio","flutter","flutter-app","flutter-apps","flutter-dio","flutter-examples","get","getx","http","rest","serialization"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipecastrosales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-07T21:33:40.000Z","updated_at":"2024-07-06T16:46:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f7a423f-39af-46e5-be62-cecc08a597c7","html_url":"https://github.com/felipecastrosales/consume_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fconsume_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fconsume_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fconsume_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fconsume_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/consume_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014134,"owners_count":20383715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","backend","dio","flutter","flutter-app","flutter-apps","flutter-dio","flutter-examples","get","getx","http","rest","serialization"],"created_at":"2024-11-23T13:18:52.464Z","updated_at":"2025-10-30T21:35:11.687Z","avatar_url":"https://github.com/felipecastrosales.png","language":"C++","readme":"\u003cp align=\"center\"\u003e\n      \u003cimg src=\"https://user-images.githubusercontent.com/59374587/130434294-b32bc1a5-ab2d-40b4-8540-b5838d99a216.png\" width=\"60px\" alt=\"https://www.flaticon.com/br/icone-premium/api_1071837?term=api\u0026related_id=1071837\u0026origin=search \"/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eConsuming API\u003c/h1\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eAbout 📖\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    This was a small test using API consumption with Flutter.\u003cbr\u003e\n    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.\u003cbr\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eChallenges and Learnings along the way 🤯\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    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.\n\u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eDemo 📱\u003c/h2\u003e\n\nhttps://github.com/felipecastrosales/consume_api/assets/59374587/28b744ce-73df-495f-b3e5-1ec6e5dafe5d\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Use 🤔\u003c/h2\u003e\n\n   ```\n   First of all, correctly configure the Flutter development environment on your machine,\n   see https://flutter.dev/docs/get-started/install\n   \n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/Virtual-Store Virtual-Store\n\n   - Enter in directory:\n   $ cd Virtual-Store\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Contribute 💪\u003c/h2\u003e\n\n   ```\n   - Fork the project \n\n   - Create a new branch with your changes:\n   $ git checkout -b my-feature\n\n   - Save your changes and create a commit message telling you what you did:\n   $ git commit -m \"feature: My new feature\"\n\n   - Submit your changes:\n   $ git push origin my-feature\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eLicense 📝\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   This repository is under MIT license. You can see the \u003ca href=\"https://github.com/felipecastrosales/Virtual-Store/blob/master/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details. 😉\n\u003c/p\u003e\n\n   ---\n\n   \u003eThis 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)**.\u003cbr\u003e\n   If it helped you, give ⭐, contribute, it will help me too 😉\n\n---\n\n   \u003cdiv align=\"center\"\u003e\n\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\n\n   \u003c/div\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fconsume_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fconsume_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fconsume_api/lists"}