aven_app_agent 0.2.0-alpha.1
aven_app_agent: ^0.2.0-alpha.1 copied to clipboard
Aven SDK for AI-guided in-app assistance and walkthroughs in Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aven_app_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aven_app_agent: ^0.2.0-alpha.1Alternatively, 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:aven_app_agent/aven_app_agent.dart';