Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmcc007/tool_mobile
- Owner: mmcc007
- License: mit
- Created: 2019-09-02T18:46:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T20:57:37.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T21:58:11.031Z (about 1 month ago)
- Topics: dart, flutter
- Language: Dart
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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