tools_box 0.2.0
tools_box: ^0.2.0 copied to clipboard
A Flutter utility toolkit with string/date formatting, widget extensions, validation tools, platform detection, list/number operations, color utilities, and Android app management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tools_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tools_box: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tools_box/tools_box.dart';