applaudiq_embed 1.3.0
applaudiq_embed: ^1.3.0 copied to clipboard
Embed the Applaud IQ recognition portal in a Flutter app (Android + iOS) with auto / manual login and native SSO, in a hardened WebView. Mirrors the iOS / Android / React Native / Web SDKs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add applaudiq_embedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
applaudiq_embed: ^1.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:applaudiq_embed/applaudiq_embed.dart';