Skip to content

Application consuming API (TMDb) to show the list of upcoming films.

Notifications You must be signed in to change notification settings

danielmessi13/TMDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDb app

  • If you have an Android and want to test without having to download Flutter, the apk was placed in the project folder

Getting Started

This project is a Flutter application, to build it you need install flutter.

  • Don't forget to put the flutter in the environment variables

How to debug

Connect a cell phone to your computer or start an emulator and enter the command line below.

flutter run

If you want to generate the apk yourself, use:

flutter build apk

Screenshots

Screenshots

Third-party libraries used

  • flutter_bloc: It was used to organize / optimize the work with the states of the application, acting as an intermediary between the data source and my screens.

  • dio: With it I can set my base options, adding my base url and my API key that will be used for every request in my application, making any API call easier.

About

Application consuming API (TMDb) to show the list of upcoming films.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published