ai_assisted_widgets 1.0.4-beta
ai_assisted_widgets: ^1.0.4-beta copied to clipboard
This package help you to create Text widgets with AI assistance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ai_assisted_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ai_assisted_widgets: ^1.0.4-betaAlternatively, 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:ai_assisted_widgets/ai_assisted_widgets.dart';