Movies App Flutter
A Flutter application to demonstrate to use of flutter’s Chopper Package for manage the HTTP Network calls and Provider Package for state management. I am using TMDB API for fetch the Movies List and TV shows Categories or Genres also fetching from the same.
In order to run the application create take a fork of code and create a API key on TMDB for you and put in constant.dart file.
Features
1. Fetching Listing for Trending Movies, Upcoming Movies, Trending TV Shows & Trending Celebrity Persons, by using the Chopper Library for Flutter.
2. I am using Navigator 2.0 for Naigation between Screens.
3. For state management in the wide app I am using Provider package.
##Sample Images
1 | 2 | 3 |
---|---|---|
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Comments are closed.