action_box_generator 0.0.20 copy "action_box_generator: ^0.0.20" to clipboard
action_box_generator: ^0.0.20 copied to clipboard

outdated

Generate boilerplate code for using action_box package.

A library for Dart developers.

Usage #

A simple usage example:

import 'package:action_box/action_box.dart';
//add generated file
import 'example.config.dart';

@ActionBoxConfig(
    //actionBoxType: 'ActionBox',
    //actionRootType: 'ActionRoot',
    generateSourceDir: ['*']
)
final actionBox = ActionBox.shared();

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

Generate boilerplate code for using action_box package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on action_box_generator