isar_db 1.0.1+1 copy "isar_db: ^1.0.1+1" to clipboard
isar_db: ^1.0.1+1 copied to clipboard

Fast, fully async NoSQL database for Flutter. Community-maintained fork of Isar with enhanced features and updated dependencies.

1.0.0 Isar DB Fork #

This is the initial release of Isar DB, an enhanced version of Isar Database with continued maintenance and improvements.

Maintainer: Usama Sarwar (GitHub)

Latest Updates (October 2025) #

  • ✅ Production Ready: All 583 tests passing successfully
  • ✅ Stable Rust Compatibility: Fixed code generation to work with stable Rust (removed unstable features)
  • ✅ Binary Builds: Successfully building macOS binaries (libisar_macos.dylib)
  • ✅ Test Suite: Complete test coverage with 583 tests passing
  • ✅ Documentation: Updated README with correct URLs and latest information
  • ✅ Code Quality: Fixed unstable Rust features for production builds
  • ✅ Compatibility: Works with stable Rust toolchain (no nightly required)

What's New in Isar DB #

  • Production Ready: This fork is fully tested and ready for production use
  • Updated Dependencies: Latest analyzer (7.7.1), build (2.5.4), source_gen (2.0.0), and other build tools
  • Modern Flutter Support: Compatible with latest Flutter and Dart versions
  • Enhanced Build System: Improved code generation and build performance
  • Bug Fixes: Resolved various issues from the original project
  • Better Documentation: Updated examples and migration guides
  • Community Maintenance: Active development and community contributions
  • Package Renaming: All packages renamed from isar* to isar_db* for clarity
  • Maintainer Information: Clear attribution and contact information

Package Renaming #

All packages have been renamed for clarity:

  • isarisar_db
  • isar_flutter_libsisar_db_flutter_libs
  • isar_testisar_db_test
  • isar_inspectorisar_db_inspector

Migration from Original Isar #

Since the original Isar project is no longer maintained, migrating to isar_db is essential for continued support:

dependencies:
  isar_db: ^1.0.0
  isar_db_flutter_libs: ^1.0.0

The API remains the same, so no code changes are required!

Breaking Changes #

  • Package names have changed (see above)
  • Import statements need to be updated from package:isar/ to package:isar_db/
  • Main library file is now isar_db.dart instead of isar.dart
1
likes
135
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

Fast, fully async NoSQL database for Flutter. Community-maintained fork of Isar with enhanced features and updated dependencies.

Repository (GitHub)
View/report issues
Contributing

Topics

#database #isar #nosql #local-storage #local-db

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, ffi, meta, source_gen, web

More

Packages that depend on isar_db