Skip to content

dagar07/flutter_starter_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_starter_kit

A flutter starter kit with bloc pattern to manage flutter app and updated with latest flutter version and bloc version

Adding Bloc pattern for state management

  • Read more about bloc (business logic components) pattern to manage this project

  • Must Read about flutter_bloc

    • this helps to implement the bloc pattern in flutter project
  • Equatable used to compare two instance of class and used to maintaine bloc state and event class comparable

    • Equatable overrides == and hashCode for you so you don't have to waste your time writing lots of boilerplate code

Command to run the app in following environmet

  • In Dev mode:
    • flutter run -t lib/main_dev.dart
  • In prod mode build apk
    • flutter build apk --split-per-abi -t lib/main_prod.dart

App icon

  • text: T&C, font-family: stalemate

About

A flutter starter kit with bloc pattern to manage flutter app and updated with latest flutter version and bloc version

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published