dart_suite 0.0.4
dart_suite: ^0.0.4 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 #
- Java-like functional typedefs (Predicate, BiPredicate, Consumer, BiConsumer, Supplier, UnaryOperator, BinaryOperator, Runnable, Callable, Comparator, ThrowingConsumer, ThrowingSupplier, ThrowingFunction, etc.) for expressive functional programming in Dart.
lcmandgcdextensions forintandIterable<int>- LRU Cache data structure (
LruCache<K, V>) for efficient caching - Improved typedef documentation and usage examples in README.md.
0.0.3 #
- Improved naming conventions for better code readability
- 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.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.