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

amba SDK for Flutter — the full 4.0 surface (auth, users, sessions, sync, leagues + 29 more namespaces) 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
96
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

amba SDK for Flutter — the full 4.0 surface (auth, users, sessions, sync, leagues + 29 more namespaces) 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