dtg 1.0.3 dtg: ^1.0.3 copied to clipboard
Dart to Go! An excellent utility provided with simplicity.
DTG #
Dart to Go! An excellent utility provided with simplicity.
Install #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
dtg: ^1.0.3
In your library add the following import:
import 'package:dtg/dtg.dart';
Then, update your project libraries:
$ dart pub get
Contributions #
Feel free to contribute to this project.
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue
.
If you fixed a bug or implemented a feature, please send a pull request
.