dart_suite 0.0.5 copy "dart_suite: ^0.0.5" to clipboard
dart_suite: ^0.0.5 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.5 #

Added #

  • @singleton annotation for generating singleton classes, necessary for gen_suite package 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.
  • lcm and gcd extensions for int and Iterable<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 RetryPolicy class 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 with retryWithPolicy and related helpers.

0.0.2 #

Extension Overhaul 🚀

  • Enhanced num, string, and map extensions with more intuitive methods
  • Improved naming conventions for better code readability

0.0.1 #

  • 🎉 Initial release! Foundation established.
7
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

collection, crypto, intl, meta

More

Packages that depend on dart_suite