tool_mobile 1.9.5+1 copy "tool_mobile: ^1.9.5+1" to clipboard
tool_mobile: ^1.9.5+1 copied to clipboard

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

example/tool_mobile_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
35
pub points
17%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

tool_base

More

Packages that depend on tool_mobile