File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ All notable changes to this project will be documented in this file.
6666- Added StoreDefinition
6767- Added Documentation
6868
69+ ## [ 0.1.14] - 2025-01-25
70+ ### Added
71+ - Fixed missing characters on doducumentation
72+
73+ ## [ 0.1.15] - 2025-01-25
74+ ### Added
75+ - Added USE Cases Examples on DOCS
76+
6977### Improved
7078- Optimized ` _notifyListeners ` in ` BaseStore ` for better performance with large subscriber counts.
7179- Refactored individual stores to support lifecycle management and debugging seamlessly.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add the package to your `pubspec.yaml`:
2828
2929``` yaml
3030dependencies :
31- upper_flutter_stores : ^0.1.13
31+ upper_flutter_stores : ^0.1.15
3232` ` `
3333
3434Run:
Original file line number Diff line number Diff line change 11name : upper_flutter_stores
22description : >
33 A lightweight, super-friendly, and non-verbose state management solution for Flutter.
4- version : 0.1.14
4+ version : 0.1.15
55homepage : https://github.com/upperdo/upper_flutter_stores
66repository : https://github.com/upperdo/upper_flutter_stores
77issue_tracker : https://github.com/upperdo/upper_flutter_stores/issues
You can’t perform that action at this time.
0 commit comments