fluffybox 0.3.4 copy "fluffybox: ^0.3.4" to clipboard
fluffybox: ^0.3.4 copied to clipboard

discontinued
outdated

Easy to use but powerful storage for Flutter and web.

0.3.4 #

  • fix: Allow keys longer than 255 chars

0.3.3 #

  • fix: Remove !. operators everywhere

0.3.2 #

  • fix: Put with null value triggers delete now

0.3.1 #

  • feat: Close all boxes

0.3.0 #

  • refactor: Rename close() to deleteFromDisk()

0.2.7 #

  • fix: Clear native boxes by removing them from disk

0.2.6 #

  • fix: Decode keys in findAllValues

0.2.5 #

  • feat: Encode hive keys

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.
2
likes
0
points
23
downloads

Publisher

verified publisherfamedly.com

Weekly Downloads

Easy to use but powerful storage for Flutter and web.

Homepage

License

unknown (license)

Dependencies

crypto, hive

More

Packages that depend on fluffybox