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.

amba (Flutter) #

Amba is the agent-native backend-as-a-service for mobile and web apps. This package is the Flutter SDK, published to pub.dev as amba.

Install #

flutter pub add amba

Or pin in pubspec.yaml:

dependencies:
  amba: ^1.0.0

Configure + first call #

import 'package:amba/amba.dart';

Future<void> main() async {
  await Amba.configure(apiKey: 'amba_pk_…');

  await Amba.auth.signInAnonymously();
  await Amba.events.track('app_opened', {'source': 'deep_link'});
}

Docs #

Full reference: https://docs.amba.dev/sdk/flutter.

License #

MIT

0
likes
130
points
122
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