tools_box 0.1.3 copy "tools_box: ^0.1.3" to clipboard
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_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.1.3

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
140
points
113
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter utility toolkit providing string manipulation, date formatting, widget extensions, form validation, and platform detection utilities. Includes convenient extension methods for String, Widget, and BuildContext to streamline Flutter development workflow.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on tools_box