isar_plus_flutter_libs 1.0.16
isar_plus_flutter_libs: ^1.0.16 copied to clipboard
Isar Plus Core binaries for the Isar Plus Database. Needs to be included for Flutter apps.
1.0.16 - 2025-09-25 #
What's Changed #
Other Changes #
- feat: improve error handling in ChangeDetail JSON deserialization and enhance Windows build script output by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/20
- feat: remove unnecessary defines for MDBX_LOCK_SUFFIX and UNICODE in build script by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/21
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.15...1.0.16
1.0.15 - 2025-09-25 #
What's Changed #
Other Changes #
- feat: enhance FieldChange and ChangeDetail classes with document parseing support by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/19
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.14...1.0.15
1.0.14 - 2025-09-25 #
What's Changed #
Other Changes #
- feat: enhance watcher API with flexible document parsing by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/18
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.13...1.0.14
1.0.13 - 2025-09-25 #
What's Changed #
Other Changes #
- feat: Enhance detailed change tracking with field-level granularity and JSON serialization support by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/17
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.12...1.0.13
1.0.12 - 2025-09-25 #
What's Changed #
Other Changes #
- fix: resolve duplicate watcher events in detailed watchers (v1.0.4) by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/16
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.11...1.0.12
1.0.11 - 2025-09-25 #
What's Changed #
Other Changes #
- feat: Complete SQLite detailed change detection and fix all warnings by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/15
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.10...1.0.11
1.0.9 - 2025-09-21 #
What's Changed #
Other Changes #
- fix: update LIBMDBX_TAG to v0.13.8 for compatibility by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/9
- refactor: remove unused feature flags and simplify function signatures by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/11
- feat: Update libmdbx from v0.12.7 to v0.13.8 by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/12
- refactor: update build process to manually create amalgamated source … by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/13
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.8...1.0.9
1.0.8 - 2025-09-18 #
What's Changed #
Other Changes #
- fix: restore isar_flutter_libs.podspec file with correct specifications by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/7
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.7...1.0.8
1.0.7 - 2025-09-18 #
What's Changed #
Other Changes #
- feat: Support analyzer v7.x alongside v8.x for broader compatibility by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/6
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.6...1.0.7
1.0.6 - 2025-09-18 #
What's Changed #
Other Changes #
- fix: restore isar_flutter_libs.podspec file with correct specifications by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/4
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.5...1.0.6
1.0.5 - 2025-09-18 #
What's Changed #
Other Changes #
- feat: Add Android 16KB page size support for Google Play compliance by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/3
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.4...1.0.5
1.0.4 - 2025-09-17 #
What's Changed #
Other Changes #
- fix: standardize plugin naming across all platforms for isar_plus_flutter_libs by @ahmtydn in https://github.com/ahmtydn/isar_plus/pull/2
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.3...1.0.4
1.0.2 - 2025-09-17 #
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.1...1.0.2
1.0.1 - 2025-09-17 #
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.0...1.0.1
1.0.0 #
🎉 Isar Plus Flutter Libs v1.0.0 Stable Release 🎉
This is the initial stable release of Isar Plus Flutter Libs, providing the native binaries and platform-specific implementations for the Isar Plus database.
Features #
- Multi-platform support: Native binaries for Android, iOS, macOS, Windows, and Linux
- Optimized binaries: Platform-specific optimizations for maximum performance
- Flutter integration: Seamless integration with Flutter applications
- Web compatibility: Support for web deployments with Isar Plus
- Enhanced security: Built-in encryption support at the native level
Platform Support #
- Android: Minimum SDK 23, supports arm64-v8a, armeabi-v7a, x86_64
- iOS: iOS 12.0+, supports arm64, x86_64 simulator
- macOS: macOS 10.14+, supports arm64 and x86_64
- Windows: Windows 10+, supports x64
- Linux: Ubuntu 18.04+, supports x64 and arm64
- Web: WebAssembly support for browser environments
Dependencies #
- Compatible with
isar_plus: ^1.0.0
- Requires Flutter 3.10.0 or higher
- Requires Dart SDK 3.1.0 or higher
For detailed API documentation and migration guides, see the Isar Plus documentation.