dart_suite 0.0.3
dart_suite: ^0.0.3 copied to clipboard
A set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.
0.0.4 #
Added #
- Introduced
RetryPolicyclass for flexible and reusable retry strategies in async operations. Now you can configure retry attempts, delays, backoff, and exception types in a single place and use it withretryWithPolicyand related helpers.
0.0.3 #
- Improved naming conventions for better code readability
0.0.2 #
Extension Overhaul 🚀
- Enhanced
num,string, andmapextensions with more intuitive methods - Improved naming conventions for better code readability
0.0.1 #
- 🎉 Initial release! Foundation established.