local_first 0.5.0 copy "local_first: ^0.5.0" to clipboard
local_first: ^0.5.0 copied to clipboard

Local-first Flutter package for offline sync with support for Hive, SQLite, and common databases. Fast, lightweight, and reliable.

0.5.0 #

  • Split storage adapters into separate publishable packages:
    • local_first_hive_storage for Hive-based storage
    • local_first_sqlite_storage for SQLite-based storage
  • Core package no longer bundles adapter implementations.
  • Documentation and tooling updated for addon packages.

0.4.0 #

  • Add SQLite storage adapter (SqliteLocalFirstStorage) with schema/index support and query filtering
  • Document how to choose between Hive and SQLite storage backends
  • Expand example tooling with launch configs and relational sample polish

0.3.0 #

  • Switch models to the LocalFirstModel mixin for direct field access without wrappers
  • Expand automated test suite to achieve full 100% test coverage of core flows and APIs
  • Refresh README roadmap/goals to reflect documentation and testing updates

0.2.0 #

  • Replace singleton LocalFirst with injectable LocalFirstClient
  • Standardize storage interface as LocalFirstStorage with Hive implementation
  • Repositories now carry serialization/conflict logic directly
  • Example app updated to new client/repository APIs and string-based metadata

0.0.1 #

  • Initial scaffolding
1
likes
160
points
427
downloads

Publisher

verified publishercarda.me

Weekly Downloads

Local-first Flutter package for offline sync with support for Hive, SQLite, and common databases. Fast, lightweight, and reliable.

Repository (GitHub)
View/report issues

Topics

#local-first #repository #sync #offline-first

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on local_first