reusable_tools 1.0.18 copy "reusable_tools: ^1.0.18" to clipboard
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_tools

With Flutter:

 $ flutter pub add reusable_tools

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  reusable_tools: ^1.0.18

Alternatively, 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';