isar_plus_flutter_libs 1.0.8
isar_plus_flutter_libs: ^1.0.8 copied to clipboard
Isar Plus Core binaries for the Isar Plus Database. Needs to be included for Flutter apps.
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.