entity_store_isar 6.0.0-dev.1 copy "entity_store_isar: ^6.0.0-dev.1" to clipboard
entity_store_isar: ^6.0.0-dev.1 copied to clipboard

Isar database integration for EntityStore state management ecosystem

6.0.0-dev.1 #

Initial Release #

  • NEW: Isar database integration for EntityStore ecosystem
  • NEW: High-performance local database backend using Isar 3.x
  • NEW: Complete CRUD operations (save, findById, findAll, delete, etc.)
  • NEW: Query builder with filtering, sorting, and pagination support
  • NEW: Transaction support for data integrity
  • NEW: Integration with EntityStore's reactive notification system
  • NEW: Batch operations (saveAll, deleteAll)
  • NEW: Upsert functionality for create-or-update operations

Features #

  • Full offline support with automatic data persistence
  • Type-safe operations with compile-time error checking
  • Compatible with EntityStore 6.0.0-dev series
  • Comprehensive documentation and examples

Known Limitations #

  • observeById and observeAll streams not yet implemented (planned for future releases)
  • Some advanced query operators (whereIn, arrayContainsAny) have simplified implementations
  • Code generation requires compatible analyzer version

Dependencies #

  • entity_store: ^6.0.0-dev.13
  • isar: ^3.1.0+1
  • isar_flutter_libs: ^3.1.0+1
2
likes
0
points
43
downloads

Publisher

verified publishersora.fukui.jp

Weekly Downloads

Isar database integration for EntityStore state management ecosystem

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

entity_store, flutter, isar, isar_flutter_libs, path_provider

More

Packages that depend on entity_store_isar