amba 1.0.1 copy "amba: ^1.0.1" to clipboard
amba: ^1.0.1 copied to clipboard

amba SDK for Flutter — full 25-namespace surface for the agent-native backend-as-a-service.

Changelog #

All notable changes to the amba Flutter SDK are documented here. Format follows Keep a Changelog; versions follow SemVer.

1.0.1 — 2026-05-20 #

Fixed #

  • Bundled prebuilt native binaries for Android (arm64-v8a, armeabi-v7a, x86_64, x86) and iOS device (arm64) so flutter build apk and flutter build ipa succeed without any local build step.
  • Added android/src/main/kotlin/com/layers/amba/AmbaPlugin.kt and ios/Classes/AmbaPlugin.swift plugin stubs required by Flutter's plugin registration mechanism.
  • Added android/build.gradle, android/src/main/AndroidManifest.xml, and ios/amba.podspec needed for Flutter to discover and link the plugin.
  • Fixed Amba.version constant to match the published package version.

Known limitations #

  • The published xcframework ships the iOS device slice only (arm64). Running on an iOS simulator requires building a simulator slice locally — a follow-up release will add an automated podspec prepare_command that downloads the matching slice on pod install. iOS device builds, App Store archives, and Android (all four ABIs) are fully supported out-of-box.

1.0.0 — 2026-05-16 #

Initial public release of the amba Flutter SDK on pub.dev.

Added #

  • Amba client class wrapping the Amba backend API for Flutter apps: configure with project id + client key; track events; anonymous sign-in; authenticated sign-in via magic link; collection CRUD; AI prompt invocation.
  • Smoke test fixtures under test/integration/ exercising the public surface against a live tenant.
0
likes
130
points
142
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

amba SDK for Flutter — full 25-namespace surface for the agent-native backend-as-a-service.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on amba

Packages that implement amba