aigens_sdk_core 0.1.3
aigens_sdk_core: ^0.1.3 copied to clipboard
Flutter plugin for Aigens SDK - enables native iOS/Android apps to embed Aigens universal UX
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aigens_sdk_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aigens_sdk_core: ^0.1.3Alternatively, 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:aigens_sdk_core/aigens_sdk_core.dart';