Skip to content

mkiisoft/FlutterMovieTrends

Repository files navigation

Movie Trends

Movie Trends - Flutter Awesome GitHub version

Movie Trends it's an example using Flutter for Android and iOS.

Execute

For the TheMovie Db you need to create a file called "keys.dart" over "/lib/utils/" and add the following with your key:

part of app_movie;

class Keys {
  static final apiKey = 'YOUR API KEY';
}

To generate a new key you must create an account over TheMovieDb and clicking the "API" link from the left hand sidebar within your account settings.

For Firebase, add your files under:

android/app/google-services.json
ios/Runner/GoogleService-Info.plist

For signing the APK you need to create a file under:

android/key.properties

with the following dat:

keyAlias="your key alias"
storePassword="your store password"
keyPassword="your key password"
storeFile="path of you .keystore"

Your keystore goes under

android/app/yourkey.keystore

Features

  • Firebase
  • Login Screen
  • Loading Screen
  • Grid and List views
  • Nested Scroll views
  • Pagination
  • TheMovie Db API
  • Async tasks
  • Custom Views
  • Utils / Date formats
  • Intent Uri launcher

Getting Started

For help getting started with Flutter, view our online documentation.

© 2018 Mariano Zorrilla

About

Flutter app example for Android & iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published