action_box_generator 0.0.27
action_box_generator: ^0.0.27 copied to clipboard
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.