flutter_repository_sqflite 1.2.0
flutter_repository_sqflite: ^1.2.0 copied to clipboard
Implementation of flutter_repository collections, that houses data in an sqlite database.
1.2.0 #
Add mocks to classes, that are going to be mocked by library users in the unit tests.
1.1.1 #
Make previously introduced classes publicly available.
1.1.0 #
Add Persistence and ApplicationPersistence classes to organize persistence-related code in mid-to-large applications.
1.0.2 #
Add equality check support to Version.
1.0.1 #
Added support for flutter_repository 1.0.0.
1.0.0 #
Initial implementation