action_box_generator 0.0.30 copy "action_box_generator: ^0.0.30" to clipboard
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_generator

With Flutter:

 $ flutter pub add action_box_generator

This 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.30

Alternatively, 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';
1
likes
125
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Generate boilerplate code for using action_box package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

action_box, analyzer, build, code_builder, dart_style, glob, source_gen

More

Packages that depend on action_box_generator