Skip to content

SebastianWaloszek/next_movie

Repository files navigation

NextMovie

A Flutter movie catalog app.

UI & UX

alt text

Flutter version

This app was developed and tested on the following flutter channel and version:

Flutter 1.21.0-9.2.pre  channel beta  https://github.com/flutter/flutter.git
Framework  revision 81a45ec2e5 (2 weeks ago)  2020-08-27 14:14:33 -0700
Engine  revision 20a9531835
Tools  Dart 2.10.0 (build 2.10.0-7.3.beta)

Running the app

If you want to run the app using the terminal:

  • Debug & Development
flutter run --flavor dev lib/main_dev.dart
  • Release & Production
flutter run --release --flavor prod lib/main_prod.dart