{"id":21486096,"url":"https://github.com/felipecastrosales/using_dio","last_synced_at":"2025-07-15T14:32:47.813Z","repository":{"id":46713485,"uuid":"405721838","full_name":"felipecastrosales/using_dio","owner":"felipecastrosales","description":"💪 Flutter App using package Dio with TheMovieDB API.","archived":false,"fork":false,"pushed_at":"2024-06-02T12:42:56.000Z","size":36210,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-02T13:57:33.866Z","etag":null,"topics":["dart","dart-package","dio","flutter","flutter-api","flutter-apps","flutter-dio","flutter-package","flutter-samples","movies","movies-api","moviesapp","packages","pubdev"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-12T18:28:07.000Z","updated_at":"2024-06-02T12:43:01.000Z","dependencies_parsed_at":"2022-09-11T12:50:25.240Z","dependency_job_id":null,"html_url":"https://github.com/felipecastrosales/using_dio","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%2Fusing_dio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fusing_dio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fusing_dio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fusing_dio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/using_dio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226045731,"owners_count":17565046,"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":["dart","dart-package","dio","flutter","flutter-api","flutter-apps","flutter-dio","flutter-package","flutter-samples","movies","movies-api","moviesapp","packages","pubdev"],"created_at":"2024-11-23T13:19:00.515Z","updated_at":"2024-11-23T13:19:01.877Z","avatar_url":"https://github.com/felipecastrosales.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eUsing Dio\u003c/a\u003e\u003c/h1\u003e\n\n\u003ch2\u003eTopics 📋\u003c/h2\u003e\n\n   \u003cp\u003e\n\n   - [About 📖](#about-)\n   - [Preview 📱](#preview-)\n   - [Functionalities 🛠️](#functionalities-%EF%B8%8F)\n   - [How to Use 🤔](#how-to-use-)\n   - [How to Contribute 💪](#how-to-contribute-)\n\n   \u003c/p\u003e\n\n---\n\n\u003ch2\u003eAbout 📖\u003c/h2\u003e\n\n\u003cp\u003e\n   App Using TheMovieDB API with Dio. This project was developed to study the Dio package, which is a powerful Http client for Dart, which allows you to make requests to a server, and also to study the use of the TheMovieDB API, which is a free API that provides a lot of information about movies, series, and actors.\n\u003c/p\u003e\n\n---\n\n\u003ch2\u003ePreview 📱\u003c/h2\u003e\n\nhttps://github.com/felipecastrosales/using_dio/assets/59374587/a98ed5f8-7eb0-481b-87f5-759ef8e43d62\n\n---\n\n\u003ch2\u003eFunctionalities 🛠️\u003c/h2\u003e\n\n- View top rated movies;\n- View popular movies;\n\n---\n\n\u003ch2\u003eHow to Use 🤔\u003c/h2\u003e\n\n- Don't forget to create an account on the TheMovieDB website, and get your API key, see https://www.themoviedb.org/documentation/api for more information.\n- In this repository, you will find a file called \"env_example\" in the root of the project, rename this file to \".env\" and replace the value of the \"apiKey\" variable with your API key.\n- After that, follow the steps below:****\n\n   ```\n   First of all, correctly configure the Flutter Web development environment on your machine,**** see https://flutter.dev/web\n   \n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/using_dio using_dio\n\n   - Enter in directory:\n   $ cd using_dio\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n\u003ch2\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   \u003cdiv\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fusing_dio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fusing_dio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fusing_dio/lists"}