bachhoan88 / bloc-moviedb

The app is an flutter example use the bloc pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Movie App

The design copied from Lisa Martinovska alt text

Assets (Design & API)

Architecture

Project using BLoC Design Pattern

Building

  • Work from Android Studio 3.5 and above
  • Using AndroidX for Android
  • Using the Material Design

Run Test & Coverage

  • Run Unit Test flutter test --coverage ./lib

  • Using the LCOV for calculate code coverage \

genhtml -o coverage coverage/lcov.info \

  • Open coverage via html \

open coverage/index-sort-l.html

Libraries used

  • Resource localizations . the user’s preferred language
  • Cupertino Icons . Default icons asset for Cupertino widgets based on Apple styled icons
  • Shared preferences . Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
  • SQL . self-contained, high-reliability, embedded, SQL database engine.
  • Permission . This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
  • Connectivy . Discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
  • Carousel Slider . A carousel slider widget, support infinite scroll and custom child widget.

About

The app is an flutter example use the bloc pattern


Languages

Language:HTML 79.7%Language:Dart 17.8%Language:CSS 2.1%Language:Ruby 0.3%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%