gdagley / tool_base

Flutter tools' base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pub package Build Status codecov

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.

About

Flutter tools' base

License:MIT License


Languages

Language:Dart 99.4%Language:Shell 0.6%