ghedwards / flutter-sample

A fully working sample Flutter app implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cíngulo Flutter Sample

Check out a short demo video here.
Check out some screenshots here.

A fully working sample Flutter app implementation. Give this repo a Star if you like it :)

  • Layers separation (data, domain, logic, ui)
  • Network calls and very simple caching and concurrency mechanism
  • Generic error handling
  • Forms validation
  • Generic bloc structure
  • RxDart
  • Dependency injection
  • Authentication with JWT and daily renewal
  • Themes
  • Multiple languages
  • Named routes
  • Named routes with parameters
  • Names routes with simple permission control
  • Analytics and pushes skeleton
  • We have published the API so that you can test the app
  • Looks good but... it is still missing tests (TODO) :(

Dependency Injection

This project uses google/inject.dart. You will have to clone it under vendor/inject.dart:

    $ cd <repository-root>
    $ git clone https://github.com/google/inject.dart.git vendor/inject.dart

Use the command below to build the dependency injection:

    $ flutter packages pub run build_runner build --delete-conflicting-outputs
  • Done, you should now be good to run the app.

API Docs

Open the docs URL in your browser. You can also check the API GitHub repository.

About

A fully working sample Flutter app implementation.

License:MIT License


Languages

Language:Dart 96.6%Language:Ruby 2.2%Language:Shell 0.5%Language:Swift 0.4%Language:Kotlin 0.3%Language:Objective-C 0.0%