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
Add hasContent and orEmpty extensions for String?.
Add missing docs.
Fix example not showing up in pub.dev.
Remove unnecessary backslashes from email regex.
Add Debouncer.isRunning getter to check if the debouncer is running.
[DEPRECATED] Deprecate Pair class in favor of Records in Dart 3. Use Record instead of Pair in all the
APIs. Pair will be removed in the next major release.
[DEPRECATED] Deprecate Triple class in favor of Records in Dart 3. Use Record instead of Triple in all the
APIs. Triple will be removed in the next major release.
[DEPRECATED] Deprecate pairWith and to extensions on generic in favor of Records in Dart 3.
[BREAKING] Refactor associate and associateTo extensions on Iterable to use Records instead of Pair.
[BREAKING] Refactor + operator on Map to use Records instead of Pair.