supercharged 1.9.0
supercharged: ^1.9.0 copied to clipboard
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
1.9.0 #
- New: Iterable
replaceWheremethod - New: Iterable
replaceFirstWheremethod - New: Iterable
maxIndexedmethod
1.8.2 #
- Fixed: Use release version dependency of
supercharged_dartdependency.
1.8.1 #
- Fixed: Typo in documentation
1.8.0 #
- New: Animation
intervalmethod - New: Animation
curvemethod - Changed: Upgraded to
pedantic 1.9 rulesetand fixed linter issues - Migrated all non-Flutter extensions to supercharged_dart to this package
1.7.0 #
- New: DateTime
isBetweenmethod - Changed: double
betweenrenamed toisBetween - Changed: int
betweenrenamed toisBetween
1.6.0 #
- New: double
betweenmethod - New: int
betweenmethod
1.5.1 #
- Fixed: Unit test for DateTime
durationmethod
1.5.0 #
- New: DateTime
durationmethod
1.4.0 #
- New: Animatable
animatedBymethod - New: Animatable
curvedmethod
1.3.0 #
- New: int
tweenTomethod - New: double
tweenTomethod - New: Color
tweenTomethod - New: Duration
/operator
1.2.1 #
- Fixed: typo in API documentation
1.2.0 #
- New: DateTime
+operator - New: DateTime
-operator - New: DateTime
rangeTomethod - New: DateTime
untilmethod - New: Duration
fromNowmethod - New: Duration
agomethod - New: Iterable
lastIndexgetter - New: Iterable
withoutFirstmethod - New: Iterable
withoutLastmethod - Improved: Added
nullcheck for intuntil - Improved: Added
nullcheck for inttimes - Improved: Removed implicit casts and improved usage of strong types
1.1.0 #
- New: Iterable
sortedBymethod - New: Iterable
sortedByNummethod - New: Iterable
sortedByStringmethod - New: Iterable
chunkedmethod has additional parameterfill - Improved: More efficient implementation for
minByandmaxBy - Fixed: typo in API documentation
1.0.0 #
- Initial release