tool_base 1.9.5+3 copy "tool_base: ^1.9.5+3" to clipboard
tool_base: ^1.9.5+3 copied to clipboard

Base for developing command line apps. Take from Flutter Tools.

example/tool_base_example.dart

import 'package:tool_base/tool_base.dart';

import 'context_runner.dart';

Future<void> main() {
  return runInContext<void>(() async {
    printTrace('Running in context');
    printStatus('Hello, world!');
  });
}
1
likes
35
pub points
17%
popularity

Publisher

unverified uploader

Base for developing command line apps. Take from Flutter Tools.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

archive, file, platform, process, pub_cache

More

Packages that depend on tool_base