Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmcc007/tool_mobile

Flutter tools' base plus mobile
https://github.com/mmcc007/tool_mobile

dart flutter

Last synced: 25 days ago
JSON representation

Flutter tools' base plus mobile

Awesome Lists containing this project

README

        

[![pub package](https://img.shields.io/pub/v/tool_mobile.svg)](https://pub.dartlang.org/packages/tool_mobile)
[![Build Status](https://travis-ci.com/mmcc007/tool_mobile.svg?branch=master)](https://travis-ci.com/mmcc007/tool_mobile)
[![codecov](https://codecov.io/gh/mmcc007/tool_mobile/branch/master/graph/badge.svg)](https://codecov.io/gh/mmcc007/tool_mobile)

A library for Dart developers.

## Usage

A simple usage example:

```dart
import 'package:tool_base/tool_base.dart';

import 'context_runner.dart';

main() {
return runInContext(() async {
printTrace('Running in context');
printStatus('Hello, world!');
});
}
```

See [example](example) for details.

## Features and bugs

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: http://example.com/issues/replaceme