App developed in Flutter to consume a RESTful API. In this example we use the package Flutter MobX as state Manager. The API documentation you can find at https://developers.themoviedb.org/3
For help getting started with Flutter, view our online documentation.
- Before running configure the API_KEY in "api_key.dart" file
- run "flutter package get" to update plugins
- run "flutter pub run build_runner build" to generate mobx stores classes
- Ready to build