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:
- Ready for production;
- Easy to configure;
- Low learning curve;
- 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