flutter_skill 0.5.1 copy "flutter_skill: ^0.5.1" to clipboard
flutter_skill: ^0.5.1 copied to clipboard

Give your AI Agent eyes and hands inside your Flutter app.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_skill

Use it

The package has the following executables:

$ flutter_skill

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_skill

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_skill: ^0.5.1

Alternatively, 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:flutter_skill/flutter_skill.dart';
1
likes
110
points
174
downloads

Publisher

unverified uploader

Weekly Downloads

Give your AI Agent eyes and hands inside your Flutter app.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, logging, path, vm_service

More

Packages that depend on flutter_skill