Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 418 Bytes

File metadata and controls

13 lines (9 loc) · 418 Bytes

Flutter Precedent

Precedent is an opinionated starter kit of dependecy, packages, plugins and architecture for your Flutter Project.

Packagens Used

  • State Managemnt: Riverpod with hooks
  • Routing: Auto Router
  • Freezed for generating data classes and unions
  • diox: for http requests
  • dartz: for implementing fuctional programming pardaigms
  • flutter_lints: flutter default linting package for linting code