fluffybox 0.2.4 fluffybox: ^0.2.4 copied to clipboard
Easy to use but powerful storage for Flutter and web.
0.2.4 #
- refactor: Pass HiveCipher directly
0.2.3 #
- fix: Missing await
0.2.2 #
- feat: Implement BoxCollection.close and cache boxes
- fix: Disable transactions in Hive for now
0.2.1 #
- fix: Transactions on native in wrong sort order
0.2.0 #
- feat: Use Hive instead of SQFlite for dart io
0.1.7 #
- fix: Do use sqflite batches instead of transactions
0.1.6 #
- feat: Create indexes if not exists
0.1.5 #
- refactor: Move pragmas outside of creation
0.1.4 #
- fix: Dont set pragmas in transactions
0.1.3 #
- feat: Speed up sqflite by setting Pragmas:
PRAGMA page_size = 8192
PRAGMA cache_size = 16384
PRAGMA temp_store = MEMORY
PRAGMA journal_mode = WAL
0.1.2 #
- feat: Use batches to speed up transactions in sqflite
0.1.1 #
- fix: Lower Dart dependency to 2.12
0.1.0 #
- Initial version.