Aven App Agent
Aven Flutter SDK
Use the Flutter SDK for Flutter applications that need in-app assistance and guided workflows. The repository’s package manifest marks the SDK as an alpha release.
flutter pub add aven_app_agent:0.2.0-alpha.1
import 'package:aven_app_agent/aven_app_agent.dart';Keep registration close to UI ownership
Define stable page, element, and workflow IDs in the Flutter code that owns those screens and widgets.
Validate the integration
Use safe placeholders for credentials in shared code and verify a real screen is mounted before testing guidance.