embed_flutter 0.1.0
embed_flutter: ^0.1.0 copied to clipboard
A powerful Flutter SDK that provides a powerful voice-enabled AI-agent functionality with real-time widget tree monitoring for screen context fetching and realtime voice communication.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add embed_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
embed_flutter: ^0.1.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:embed_flutter/embed_flutter.dart';