tool_base 1.9.5+3 tool_base: ^1.9.5+3 copied to clipboard
Base for developing command line apps. Take from Flutter Tools.
A library for Dart developers.
Usage #
A simple usage example:
import 'package:tool_base/tool_base.dart';
import 'context_runner.dart';
main() {
return runInContext<void>(() async {
printTrace('Running in context');
printStatus('Hello, world!');
});
}
See example for details.
Features and bugs #
Please file feature requests and bugs at the issue tracker.