Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 799 Bytes

File metadata and controls

33 lines (25 loc) · 799 Bytes

Flutter Template

This is a minimal flutter template for developing larger and scalable apps.

Features

  • Riverpod state management solution
  • Logging setup
  • Riverpod update observable
  • Light / dark theme toggle
  • Functional features with fpdart
  • Auth feature skeleton
  • Routing skeleton with error page.

Dependencies

dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^1.0.2
  logger: ^1.4.0
  flutter_riverpod: ^2.3.6
  fpdart: ^0.6.0

Getting Started

This template was tested with Flutter 3.10 but it should work with slightly older versions above 3.0.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.