isar_plus_flutter_libs
Isar Plus Core binaries for the Isar Plus Database. Needs to be included for Flutter apps.
1.3.9
3.5K downloads/mo
#4389 most downloaded on pub.dev
ahmtydn/isar
What this package is like to depend on
Last release 20 days ago
04 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 54 of 54 stable releases
1 version withdrawn
withdrawn after publishing
11 months old
57 releases · first in 2025
57 releases in the last 12 months
see the full history below
Release timeline
57 releases · Sep 2025 to Aug 2026Releases
latest 57-
4.0.0-dev.3317 Sep 2025 pre-releaseNothing published for this version
-
1.3.904 Aug 2026Release notes
Open source →- fix(darwin): ship Isar Core as the dynamic
IsarPlusCore.frameworkinstead of a static library, and load it withDynamicLibrary.open()rather thanDynamicLibrary.process().
- fix(darwin): ship Isar Core as the dynamic
-
1.3.801 Aug 2026Release notes
Open source →- fix(sqlite): bundle SQLite with
SQLITE_ENABLE_DBSTAT_VTABenabled soIsarCollection.getSize()reports real page usage instead of always returning 0.
- fix(sqlite): bundle SQLite with
-
1.3.708 Jun 2026Release notes
Open source →- refactor(web): wrap the generated web FFI bindings in the
IsarBindingsXextension onJSIsarand update imports to use the localffi.dartandinterop.dart.
- refactor(web): wrap the generated web FFI bindings in the
-
1.3.602 Jun 2026Release notes
Open source →- fix(darwin/spm): generate the Darwin force-link symbol anchor and C header from Dart FFI bindings during binding generation, Darwin builds, and release publishing.
- fix(darwin/spm): expose only
isar_plus_force_link_all_symbols()through the generated C header while retaining all native FFI entry points in release builds.
-
1.3.502 Jun 2026Release notes
Open source →- fix(darwin/spm): prevent missing
isar_plus_*symbols in iOS/macOS release builds by force-loading static core archive during SwiftPM linking. - fix(darwin/spm): enforce native core symbol retention from plugin registration by touching
isar_plus_get_errorandisar_plus_version.
- fix(darwin/spm): prevent missing
-
1.3.430 May 2026Release notes
Open source →- fix(deps): widen analyzer dependency constraints to support analyzer 13.x.
-
1.3.329 May 2026Release notes
Open source →- fix(flutter_libs): update Swift plugin
isar_plus_get_errorcall to pass pointer instead of integer after signature change; updateCore/include/binding.hwith correct signature.
- fix(flutter_libs): update Swift plugin
-
1.3.229 May 2026Release notes
Open source →- fix: rename all FFI C symbols from
isar_toisar_plus_. - refactor: compile web persistence functions unconditionally in Rust (stubs on native, real impl on wasm) so bindings are generated automatically.
- fix: rename all FFI C symbols from
-
1.3.129 May 2026Release notes
Open source →- fix(native): worker pool was removed because it could not provide the desired results. Further work is needed on this issue.
-
1.3.029 May 2026Release notes
Open source →- refactor: rename all compiled native binary filenames, Rust crate names, and Apple SPM package architectures from
isartoisar_plus(e.g.libisar->libisar_plus,IsarPlusCore->isar_plus_core) to eliminate naming conflicts and fully align the codebase to the project package namespace. - breaking: change default background worker pool count to 1 (down from a processors clamp) to prioritize memory efficiency. Use
Isar.setWorkerCount()to increase this value for heavier asynchronous workloads.
- refactor: rename all compiled native binary filenames, Rust crate names, and Apple SPM package architectures from
-
1.2.928 May 2026Release notes
Open source →- fix(native): prevent Scudo
invalid chunk statecrash in async operations by removing per-taskIsarCorebuffer cleanup when running on long-lived worker pool isolates.
- fix(native): prevent Scudo
-
1.2.828 May 2026Release notes
Open source →- feat: implement static worker pool for parallel execution on native platforms. This reuses isolates to significantly reduce the overhead of asynchronous operations.
- feat: add
Isar.setWorkerCount(int count)to allow customizing the number of background workers. - feat: introduce eager initialization of worker isolates ("warm up") to eliminate latency for the first asynchronous call.
-
1.2.727 May 2026Release notes
Open source →- ios/macos: switch from CocoaPods to Swift Package Manager (SPM); SPM is now stable
-
1.2.603 May 2026Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.6 -->
-
1.2.6-dev.203 May 2026 pre-releaseRelease notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at v1.2.6-dev.2 -->
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/v1.2.6-dev.1...v1.2.6-dev.2
-
1.2.503 Apr 2026Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.5 -->
-
1.2.403 Apr 2026Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.4 -->
-
1.2.318 Mar 2026Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.3 -->
-
1.2.214 Feb 2026Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.2 -->
-
1.2.110 Jan 2026Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.1 -->
-
1.2.011 Dec 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.2.0 -->
-
1.1.911 Dec 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.9 -->
-
1.1.824 Nov 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.8 -->
-
1.1.724 Nov 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.7 -->
-
1.1.620 Nov 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.6 -->
-
1.1.528 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.5 -->
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.1.4...1.1.5
-
1.1.428 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.4 -->
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.1.3...1.1.4
-
1.1.328 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.3 -->
-
1.1.225 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.2 -->
-
1.1.119 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.1.1 -->
-
1.0.2818 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.28 -->
-
1.0.2714 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.27 -->
-
1.0.2614 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.26 -->
-
1.0.2514 Oct 2025 withdrawnRelease notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.25 -->
-
1.0.2412 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.24 -->
-
1.0.2306 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.23 -->
-
1.0.2206 Oct 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.22 -->
-
1.0.2126 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.21 -->
-
1.0.2025 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.20 -->
-
1.0.1925 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.19 -->
-
1.0.1825 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.18 -->
-
1.0.1725 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.17 -->
-
1.0.1625 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.16 -->
-
1.0.1525 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.15 -->
-
1.0.1425 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.14 -->
-
1.0.1325 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.13 -->
-
1.0.1225 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.12 -->
-
1.0.1125 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.11 -->
-
1.0.921 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.9 -->
-
1.0.818 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.8 -->
-
1.0.718 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.7 -->
-
1.0.618 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.6 -->
-
1.0.518 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.5 -->
-
1.0.417 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.4 -->
-
1.0.217 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.2 -->
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.1...1.0.2
-
1.0.117 Sep 2025Release notes
Open source →<!-- Release notes generated using configuration in .github/release.yml at 1.0.1 -->
Full Changelog: https://github.com/ahmtydn/isar_plus/compare/1.0.0...1.0.1