This is the attempt to refactor the original inKino by Iiro Krankka from an Redux to a RxCommand based architecture.
More details in this blog post https://www.burkharts.net/apps/blog/redux-the-ideal-flutter-pattern/
Before you build: Inside the /lib
folder, there's a file called tmdb_config_sample.dart. Rename it to tmdb_config.dart and you'll get rid of the build error.
The project is currently built using the latest Flutter Beta 2, with Dart 2 enabled.
Special thanks to Iiro Krankka for the original project and Brian Egan for reviewing and discussing the source code.