A collection of common Dart services, extensions, and utilities by Anycode to streamline development.
- Helpful Extensions: Provides useful extension methods for core Dart types (e.g.,
String,DateTime,Iterable). - Utility Classes: Includes common utility functions and classes for various tasks.
- Services: (If applicable) Core services that can be integrated into Dart or Flutter applications.
- Well-tested and Null-Safe.
To use this package, add ac_dart as a dependency in your pubspec.yaml file:
Then, run dart pub get or flutter pub get.
Import the necessary parts of the library and start using the utilities or extensions.
For more detailed examples, please check the example/ directory or the tests within the test/ directory.
- Repository:
https://github.com/YOUR_USERNAME/ac_dart - Issue tracker:
https://github.com/YOUR_USERNAME/ac_dart/issues - API Reference:
https://pub.dev/documentation/ac_dart/latest/(This link will work after publishing)
Contributions are welcome! Please feel free to submit a pull request or open an issue.