tools_box 0.2.0 copy "tools_box: ^0.2.0" to clipboard
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_box

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

dependencies:
  tools_box: ^0.2.0

Alternatively, 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';
1
likes
160
points
100
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter utility toolkit with string/date formatting, widget extensions, validation tools, platform detection, list/number operations, color utilities, and Android app management.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on tools_box