amba 1.0.1
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