flutter_crystalline 0.6.0 flutter_crystalline: ^0.6.0 copied to clipboard
Define Crystal clear state definition across all state management libraries.
0.6.0 #
- REFACTOR(flutter_crystalline): Rewrite Store.
- REFACTOR: Rename Operation.fetch to Operation.read to match associate with term CRUD.
- REFACTOR(crystalline): Remove Operation.operating state to make Operation class cleaner.
- REFACTOR(flutter_crystalline): Introduce DataBinder widgets.
- REFACTOR(flutter_crystalline): Add states method to Store class.
- FIX(flutter_crystalline): Fix lint issues.
- FIX(flutter_crystalline): Fix missing exports & Update example.
- FEAT(flutter_crystalline): Add more tests for WhenDataBinder.
- FEAT(flutter_crystalline): Add tests for WhenDataBinder.
- FEAT(flutter_crystalline): Add storeName getter to Store class.
- FEAT(flutter_crystalline): Update tests.
- FEAT(flutter_crystalline): Add StoreBuilder and Update Store.
- FEAT(crystalline): Add global logging for all data objects changes.
- FEAT: Add CrystallineGlobalConfig and CrystallineLogger.
0.5.1 #
- Update crystalline version to to v0.5.1
0.5.0 #
- Update crystalline version to to v0.5.0
0.4.0 #
- Change term onLoading to onOperate
- Bump crystalline version to 0.4.0
- Remove equatable dependency
- Increase test coverage to 100%
0.3.0 #
- Bump crystalline 0.3.0
0.2.4 #
- Add support for custom operations
- Fix builders callbacks not showing the correct data parameter
- Add tests
0.1.3 #
- change name of listen property to observe in builders
0.1.2 #
- Update ChangeNotifierData class
- Fix bug in builders
0.0.1 #
- initial release.