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.