supercharged_dart 2.0.0-nullsafety.0 supercharged_dart: ^2.0.0-nullsafety.0 copied to clipboard
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
2.0.0-nullsafety.0 #
- New: Upgraded to null-safe
1.3.1 #
- Fix: Optional parameter in Iterable
pickOne
andpickSome
methods
1.3.0 #
- New: Iterable
onEach
method - New: Iterable
onEachIndexed
method - New: Iterable
pickOne
method - New: Iterable
pickSome
method - Fix: Example for Iterable
associateWith
method
1.2.0 #
- New: Duration
delay
method
1.1.0 #
- New: Iterable
replaceWhere
method - New: Iterable
replaceFirstWhere
method - New: Iterable
maxIndexed
method
1.0.1 #
- Improved: documentation
1.0.0 #
- Migrated all non-Flutter extensions from supercharged to this package