You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix runCaching function not caching exceptions properly.
Improve runCaching function to have a FutureOr<T?> return type allowing either synchronous or asynchronous
execution.
Improve runCaching function to cache exceptions even on onError callback.
Avail list of all the extensions and functions in the package in EXTENSIONS.md file.
[BREAKING] Tighten the generic upper bound to Object for apply, run, takeIf, takeUnless and tryCast
extensions for improved type safety. Use null-safe(?.) operator to fix.