Giter Site home page Giter Site logo

fluttermovietrends's Introduction

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

fluttermovietrends's People

Contributors

mkiisoft avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.