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:
- Ready for production;
- Easy to configure;
- Low learning curve;
- 100% test coverage.
├── 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
- Flutter 1.17.0 or higher
- Dart SDK version 2.19.2 or higher
To install the Camus Design Toolbox:
flutter pub add toolbox
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.
For detailed information on the package's API, refer to the API Reference on pub.dev.
The Changelog provides a detailed history of changes made to the package.
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!
This project is licensed under the MIT License