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.

Camus Design Toolbox

Camus Design Toolbox #

Camus Design's Toolbox is a comprehensive utility library for Dart and Flutter projects. It offers a suite of functions and classes to help you streamline your code, reduce repetition, and improve readability.

An out-of-the-box tools library:

  1. Ready for production;
  2. Easy to configure;
  3. Low learning curve;
  4. 100% test coverage.

Table of Contents #

Features #

├── date
│   ├── format_distance.dart
│   └── interval_timer.dart
├── debounce.dart
├── empty.dart
├── extensions
│   ├── date_time.dart
│   ├── list.dart
│   ├── number.dart
│   ├── object.dart
│   └── string.dart
├── flutter
│   ├── color.dart
│   ├── device.dart
│   └── launcher.dart
├── log
│   └── logger.dart
├── performance
│   └── time_measurement.dart
├── throttle.dart
└── uri.dart

Requirements #

  • Flutter 2.0.0 or higher
  • Dart SDK version 2.12.0 or higher

Getting Started #

Installation #

To install the Camus Design Toolbox:

flutter pub add toolbox

Usage #

To start using the Camus Design Toolbox in your projects, import the package:

import 'package:toolbox/toolbox.dart';

Then, you can use the provided utilities in your application. For more detailed usage instructions, please refer to the API Reference.

API Reference #

For detailed information on the package's API, refer to the API Reference on pub.dev.

Changelog #

The Changelog provides a detailed history of changes made to the package.

Contributing #

Then, you can use the provided utilities in your application. For more detailed usage instructions, please refer to the Examples section and the API Reference.

Thanks to all the people who already contributed!

License #

This project is licensed under the MIT License

5
likes
130
pub points
32%
popularity

Publisher

verified publishercamus.design

A comprehensive utility library for Dart and Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, logger, universal_platform, url_launcher

More

Packages that depend on toolbox