toolbox 1.2.0 copy "toolbox: ^1.2.0" to clipboard
toolbox: ^1.2.0 copied to clipboard

A comprehensive utility library for Dart and Flutter projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toolbox
copied to clipboard

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

dependencies:
  toolbox: ^1.2.0
copied to clipboard

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:toolbox/toolbox.dart';
copied to clipboard
5
likes
130
points
103
downloads

Publisher

verified publishercamus.design

Weekly Downloads

2024.08.26 - 2025.03.10

A comprehensive utility library for Dart and Flutter projects.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, logger, universal_platform, url_launcher

More

Packages that depend on toolbox