https://github.com/felipecastrosales/using_dio
💪 Flutter App using package Dio with TheMovieDB API.
https://github.com/felipecastrosales/using_dio
dart dart-package dio flutter flutter-api flutter-apps flutter-dio flutter-package flutter-samples movies movies-api moviesapp packages pubdev
Last synced: 7 months ago
JSON representation
💪 Flutter App using package Dio with TheMovieDB API.
- Host: GitHub
- URL: https://github.com/felipecastrosales/using_dio
- Owner: felipecastrosales
- Created: 2021-09-12T18:28:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T12:42:56.000Z (about 1 year ago)
- Last Synced: 2024-06-02T13:57:33.866Z (about 1 year ago)
- Topics: dart, dart-package, dio, flutter, flutter-api, flutter-apps, flutter-dio, flutter-package, flutter-samples, movies, movies-api, moviesapp, packages, pubdev
- Language: C++
- Homepage:
- Size: 34.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using Dio
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [Functionalities 🛠️](#functionalities-%EF%B8%8F)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
---
About 📖
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.---
Preview 📱
https://github.com/felipecastrosales/using_dio/assets/59374587/a98ed5f8-7eb0-481b-87f5-759ef8e43d62
---
Functionalities 🛠️
- View top rated movies;
- View popular movies;---
How to Use 🤔
- 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.
- 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.
- After that, follow the steps below:****```
First of all, correctly configure the Flutter Web development environment on your machine,**** see https://flutter.dev/web
- Clone this repository:
$ git clone https://github.com/felipecastrosales/using_dio using_dio- Enter in directory:
$ cd using_dio- 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
```---
[](https://www.linkedin.com/in/felipecastrosales/)