reusable_tools 1.0.18
reusable_tools: ^1.0.18 copied to clipboard
Personal Reusable Tools. Feel free to modify.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add reusable_toolsWith Flutter:
$ flutter pub add reusable_toolsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
reusable_tools: ^1.0.18Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:reusable_tools/reusable_tools.dart';