Skip to content
/ todo Public

Flutter Todo App with best practices: project structure, state management, dependency inject etc

License

Notifications You must be signed in to change notification settings

jjmutumi/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Todo

Introduction

Shows how to use some of the best practices when implementing Flutter application. Like:

  • Project directory structure
  • ChangeNotifier for simple state management
  • Provider package to manage dependencies

Installing

After setting up Flutter for your operating system. In a terminal run:

git clone git@github.com:jjmutumi/todo.git
cd todo
flutter pub get

Running

To run in development, in terminal run:

flutter run

Release version

You can get a release version to run on a device with:

flutter build apk --release --shrink --target-platform android-arm,android-arm64,android-x64 --split-per-abi

About

Flutter Todo App with best practices: project structure, state management, dependency inject etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages