gdagley / tool_mobile

Flutter tools' base plus mobile

Repository from Github https://github.comgdagley/tool_mobileRepository from Github https://github.comgdagley/tool_mobile

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 plus mobile

License:MIT License


Languages

Language:Dart 97.1%Language:Shell 2.9%