action_box_generator 0.0.30
action_box_generator: ^0.0.30 copied to clipboard
Generate boilerplate code for using action_box package.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add action_box_generatorWith Flutter:
$ flutter pub add action_box_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
action_box_generator: ^0.0.30Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:action_box_generator/action_box_generator.dart';