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

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

amba (Flutter) #

Flutter SDK for amba — the agent-native backend-as-a-service for mobile apps. Published to pub.dev as amba.

Install #

flutter pub add amba

Quickstart #

import 'package:amba/amba.dart';

await Amba.configure(apiKey: 'amba_pk_…');
await Amba.events.track('app_opened', {'source': 'deep_link'});

final session = await Amba.auth.signInAnonymously();

License #

MIT.

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