supercharged_dart 2.1.1
supercharged_dart: ^2.1.1 copied to clipboard
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
2.1.1 #
- Updated
README.md.
2.1.0 #
- Update: Use
flutter_lintsinstead ofpedantic
2.0.0 #
- New: Supercharged is sound null-safe (Flutter 2.0)
- Breaking: Renamed and deprecated several methods to avoid conflict Dart's own implementation. See migration guide for more details.
sortedByrenamed tosortedBySCsortedByNumrenamed tosortedByNumSCsortedByStringrenamed tosortedByStringSCsumrenamed tosumSCaveragerenamed toaverageSCfirstOrNullrenamed tofirstOrNullSClastOrNullrenamed tolastOrNullSCforEachIndexedrenamed toforEachIndexedSCmapIndexedrenamed tomapIndexedSC
- Breaking: Removed already deprecated method
between. - Deprecation:
filteris now deprecated in favour of Dart's ownwhere.
1.4.0 #
- New: Auto-import helper class
SuperchargedDartadded.
1.3.1 #
- Fix: Optional parameter in Iterable
pickOneandpickSomemethods
1.3.0 #
- New: Iterable
onEachmethod - New: Iterable
onEachIndexedmethod - New: Iterable
pickOnemethod - New: Iterable
pickSomemethod - Fix: Example for Iterable
associateWithmethod
1.2.0 #
- New: Duration
delaymethod
1.1.0 #
- New: Iterable
replaceWheremethod - New: Iterable
replaceFirstWheremethod - New: Iterable
maxIndexedmethod
1.0.1 #
- Improved: documentation
1.0.0 #
- Migrated all non-Flutter extensions from supercharged to this package