Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 927 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 927 Bytes

flutter_state_management_samples

About

The Flutter State Management Samples project demonstrates the main principles of implementing common state management strategies.

This project implements the tasks app using different approaches to state management (changes are only applied for presentation layer). Tasks are stored locally using hive, dependency injection is implemented with help of get_it.

App demo:

Currently implemented: