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

outdated

Flutter Tools' base. Use to create command line tools.

example/tool_base_example.dart

import 'package:tool_base/tool_base.dart';

import 'context_runner.dart';

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

Publisher

unverified uploader

Flutter Tools' base. Use to create command line tools.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, file, platform, process

More

Packages that depend on tool_base