agent_dart_ffi
The FFI plugin that bridges Rust implementation for agent_dart.
1.0.0-dev.40
AstroxNetwork/agent_dart
What this package is like to depend on
Last release 11 months ago
02 Sep 2025
Release timing varies
gaps range from 8 days to 4 months
Unknown
no stable releases
1 version withdrawn
withdrawn after publishing
2 years old
17 releases · first in 2024
2 releases in the last 12 months
see the full history below
Release timeline
17 releases · Oct 2024 to Sep 2025Releases
latest 17-
1.0.0-dev.4002 Sep 2025 pre-releaseRelease notes
Open source →What's Changed
(These changes are targeting the bundled
cargokitfor Flutter builds.)- Support Android 16KB page size.
- Add default
BINDGEN_EXTRA_CLANG_ARGSforAndroidEnvironmentduring build. - Remove hardcoded i686(x86) compilation for Android debug builds.
Full Changelog: v1.0.0-dev.38...v1.0.0-dev.40
Release notes
Open source →(These changes are targeting the bundled
cargokitfor Flutter builds.)- Support Android 16KB page size.
- Add default
BINDGEN_EXTRA_CLANG_ARGSforAndroidEnvironmentduring build. - Remove hardcoded i686(x86) compilation for Android debug builds.
-
1.0.0-dev.3902 Sep 2025 pre-release withdrawnRelease notes
Open source →What's Changed
(These changes are targeting the bundled
cargokitfor Flutter builds.)- Support Android 16KB page size.
- Add default
BINDGEN_EXTRA_CLANG_ARGSforAndroidEnvironmentduring build. - Remove hardcoded i686(x86) compilation for Android debug builds.
Full Changelog: v1.0.0-dev.38...v1.0.0-dev.39
-
1.0.0-dev.3812 Jul 2025 pre-releaseRelease notes
Open source →What's Changed
- Manually fixes Gradle platform plugin detection.
- Fixes
base64ctbuild failure.
Full Changelog: v1.0.0-dev.37...v1.0.0-dev.38
Release notes
Open source →- Manually fixes Gradle platform plugin detection.
- Fixes
base64ctbuild failure.
-
1.0.0-dev.3706 Jul 2025 pre-releaseRelease notes
Open source → -
1.0.0-dev.3620 May 2025 pre-releaseRelease notes
Open source →What's Changed
- Update
package:flutter_rust_bridgeto2.10.0. - Upgrade dependencies.
- Replace
package:bip32andpackage:bip39with alternatives. - IC protocol buffers update.
- Remove the
archiverlib. - Remove string recase extensions.
- Remove unused
freezed*andjson*deps.
Full Changelog: v1.0.0-dev.35...v1.0.0-dev.36
Release notes
Open source →- Update
package:flutter_rust_bridgeto2.10.0. - Upgrade dependencies.
- Replace
package:bip32andpackage:bip39with alternatives. - IC protocol buffers update.
- Remove the
archiverlib. - Remove string recase extensions.
- Remove unused
freezed*andjson*deps.
- Update
-
1.0.0-dev.3520 Jan 2025 pre-releaseRelease notes
Open source →What's Changed
- Fix the multiple same type in a tuple will lead to incorrect field length.
Full Changelog: v1.0.0-dev.34...v1.0.0-dev.35
Release notes
Open source →- Fix the multiple same type in a tuple will lead to incorrect field length.
-
1.0.0-dev.3406 Jan 2025 pre-releaseRelease notes
Open source → -
1.0.0-dev.3328 Dec 2024 pre-releaseRelease notes
Open source →- Use an explicit serialization method rather than
toJson. - Revert #88.
- Revert part of #87.
- Use an explicit serialization method rather than
-
1.0.0-dev.3220 Dec 2024 pre-release -
1.0.0-dev.3119 Dec 2024 pre-releaseRelease notes
Open source →- Treat parsable big number string as a covariant of the
Natclass. - Allow parsable big number string for
lebEncodeandslebEncode.
- Treat parsable big number string as a covariant of the
-
1.0.0-dev.3027 Nov 2024 pre-releaseRelease notes
Open source →- Make pod shell respect configured profile on Darwin.
- Make
build_pod.shexecutable.
-
1.0.0-dev.2915 Oct 2024 pre-release -
1.0.0-dev.2815 Oct 2024 pre-releaseRelease notes
Open source →- Implements v3 synchronized call API in agent and actor.
pollForResponsecan override the certificate result.- v3 calls will return to v2 if 202/404 status is returned.
- Implements v3 synchronized call API in agent and actor.
-
1.0.0-dev.2709 Oct 2024 pre-release -
1.0.0-dev.2609 Oct 2024 pre-releaseRelease notes
Open source →- Reorg exports/imports so people can directly import
agent_dart_base/agent_dart_base.dartoragent_dart/agent_dart.dartwithout conflicts as much as possible. - Improve test equality checks.
- Remove unnecessary deps.
- Reorg exports/imports so people can directly import
-
1.0.0-dev.2508 Oct 2024 pre-release -
1.0.0-dev.2408 Oct 2024 pre-releaseRelease notes
Open source →- Implement subaccount as
Principal.subAccount, which also removes thesubAccountparameter when converting a principal to an Account ID. Some other constructors are also removed due to duplicates.
- Implement subaccount as