amba 1.0.0
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.