supercharged_dart 0.0.3-alpha.1 supercharged_dart: ^0.0.3-alpha.1 copied to clipboard
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
1.7.0 #
- New: DateTime
isBetween
method - Changed: double
between
renamed toisBetween
- Changed: int
between
renamed toisBetween
1.6.0 #
- New: double
between
method - New: int
between
method
1.5.1 #
- Fixed: Unit test for DateTime
duration
method
1.5.0 #
- New: DateTime
duration
method
1.4.0 #
- New: Animatable
animatedBy
method - New: Animatable
curved
method
1.3.0 #
- New: int
tweenTo
method - New: double
tweenTo
method - New: Color
tweenTo
method - New: Duration
/
operator
1.2.1 #
- Fixed: typo in API documentation
1.2.0 #
- New: DateTime
+
operator - New: DateTime
-
operator - New: DateTime
rangeTo
method - New: DateTime
until
method - New: Duration
fromNow
method - New: Duration
ago
method - New: Iterable
lastIndex
getter - New: Iterable
withoutFirst
method - New: Iterable
withoutLast
method - Improved: Added
null
check for intuntil
- Improved: Added
null
check for inttimes
- Improved: Removed implicit casts and improved usage of strong types
1.1.0 #
- New: Iterable
sortedBy
method - New: Iterable
sortedByNum
method - New: Iterable
sortedByString
method - New: Iterable
chunked
method has additional parameterfill
- Improved: More efficient implementation for
minBy
andmaxBy
- Fixed: typo in API documentation
1.0.0 #
- Initial release