action_box 0.0.50
action_box: ^0.0.50 copied to clipboard
This package isolates business logic so that it can be reused.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add action_boxWith Flutter:
$ flutter pub add action_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
action_box: ^0.0.50Alternatively, 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/action_box.dart';