flutter_automation 1.3.2 copy "flutter_automation: ^1.3.2" to clipboard
flutter_automation: ^1.3.2 copied to clipboard

outdated

A flutter package that provides various automation scripts to help you with your flutter project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_automation

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

dependencies:
  flutter_automation: ^1.3.2

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_automation/flutter_automation.dart';
129
likes
0
pub points
94%
popularity

Publisher

verified publisherdlohani.com.np

A flutter package that provides various automation scripts to help you with your flutter project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, flutter, http, path, yaml

More

Packages that depend on flutter_automation