Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xjoaovpsantos/the_movie_app_open_source
🎬 an app that lists movies in theaters and that will be released, and their respective actors using the api of the movie database, made with Flutter using Modular and MobX
https://github.com/0xjoaovpsantos/the_movie_app_open_source
actors app flutter mobx modular movie movies
Last synced: about 2 months ago
JSON representation
🎬 an app that lists movies in theaters and that will be released, and their respective actors using the api of the movie database, made with Flutter using Modular and MobX
- Host: GitHub
- URL: https://github.com/0xjoaovpsantos/the_movie_app_open_source
- Owner: 0xjoaovpsantos
- Created: 2020-03-31T00:37:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T17:10:10.000Z (over 4 years ago)
- Last Synced: 2024-04-14T10:32:31.200Z (9 months ago)
- Topics: actors, app, flutter, mobx, modular, movie, movies
- Language: Dart
- Homepage:
- Size: 19.9 MB
- Stars: 33
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Movie App Open Source
> Aplicativo que consulta a API de filmes do The Movie ADB
Esse projeto foi feito usando:
Flutter
## 💡 Sobre o projeto:
Esse aplicativo foi desenvolvido utilizando o framework Flutter com a linguagem Dart, a aplicação usa com base a API de filmes do The Movie ADB
## 🔥 Funcionalidades:
Através desse aplicativo você pode:
- Ver a lista de filmes que serão lançados
- Ver os filmes que estão rankeados como populares
- Olhar a descição dos filmes
- Ver os atores principal## ⚙️ Plugins:
- cached_network_image: ^2.0.0
- skeleton_text: ^1.0.0
- dio: ^3.0.9
- flutter_mobx: ^1.1.0
- mobx: ^1.1.1
- flutter_modular: ^1.0.0
- mobx_codegen: ^1.0.3
- build_runner: ^1.8.0## ⛏ Ferramentas:
- [Visual Studo Code](https://code.visualstudio.com/download)
- [Android Studio Emulator](https://developer.android.com/studio/run/emulator?hl=pt-br)## 🏁 Executar esse projeto:
- Primeiramente, crie uma Key para você pode testar o app, para criar a Key entre no site: https://www.themoviedb.org/
- Depois de ter gerado a sua própria Key, edite o arquivo "lib/app/utils/constants.dart" na linha 9, adicionando a sua Key na variavel.
Para executar esse projeto em sua máquina,
De o clone no repositório:```bash
$ git clone https://github.com/joaovictorpsantos/the_movie_app_open_source.git
```Execute esse comando na raiz de seu projeto:
```bash
flutter pub get
```
Vamos compartilhar conhecimento e crescer juntos!!!
---
Autor: João Victor Pereira Santos