action_box_generator 0.0.8
action_box_generator: ^0.0.8 copied to clipboard
Source code generator of the action_box package.
A library for Dart developers.
Usage #
A simple usage example:
import 'package:action_box/action_box.dart';
//add
import 'example.config.dart';
@ActionBoxConfig(
actionBoxTypeName: 'SpcActionBox',
actionRootTypeName: 'ActionRoot',
generateForDir: ['*']
)
final actionBox = SpcActionBox.instance;
Features and bugs #
Please file feature requests and bugs at the issue tracker.