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

Easy to use but powerful storage for all platforms.

0.7.2 #

  • fix: Add missing null check

0.7.1 #

  • fix: Return type again

0.7.0 #

  • Return non-nullable values for getAllValues

0.6.1 #

  • fix: Return type for getAllValues

0.6.0 #

  • Switch back to sqflite for native

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
120
pub points
33%
popularity

Publisher

verified publisherfamedly.com

Easy to use but powerful storage for all platforms.

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

sqflite_common

More

Packages that depend on fluffybox