tools_box 0.1.3
tools_box: ^0.1.3 copied to clipboard
A comprehensive Flutter utility toolkit providing string manipulation, date formatting, widget extensions, form validation, and platform detection utilities. Includes convenient extension methods for [...]
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.1.3Alternatively, 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';