persistence 2.0.4
persistence: ^2.0.4 copied to clipboard
A new Flutter package project.
2.0.4 2021.04.27 #
- Moved hive configuration from constructor to
Future<void> configure()function in HivePersistence;
2.0.3 2021.04.27 #
- Removed @protect annotations from IPersistence;
2.0.2 2021.04.27 #
- Removed @protect annotations from HivePersistence;
2.0.1 2021.04.27 #
- Transformed abstract class to concrete class;
- Removed not used classes;
2.0.0 2021.04.26 #
- Included behavior subject and yours dependencies to local directory;
- Added IPersistenceSubject and your basic implementations;
- Added IPersistence and your basic implementations;
1.0.0+1 24.01.21 #
- First official version from this package