helpers_plethora 2.0.3
helpers_plethora: ^2.0.3 copied to clipboard
An helpful variety of extensions and enumerations.
2.0.3 #
Release date: 2021-07-29.
- Added
compareTo()method toAuthProviderenumeration. - Now this package exports package
package:collection/collection.dart'. - The
sum()extension method forList<T extends num>has been deprecated in favor of the sum property ofpackage:collection/collection.dart'.
2.0.2 #
Release date: 2021-07-23.
- Now the extension methods for
StringfirstsUpperCase()andfirstUpperCase()usereplaceAllMapped()andreplaceFirstMapped()Stringmethods respectively.
2.0.1 #
Release date: 2021-07-21.
- Added missing
exports.
2.0.0 #
Release date: 2021-07-21.
- Breaking change. The name of the
SocialAccountProviderenumeration has been changed toAuthProvider. - Breaking change. The getter extension methods
buttonBackgroundColor,pressedButtonColor,buttonTextColorandcolors. They have been temporarily removed. The idea is that in a future version of this package they will be included in an improved way. - Breaking change. The name of the getter extension method
lastMonthDayforDateTimeclass has been changed to the more correctthisMonthLastDay. - Breaking change. The name of the extension method
overlapWith()forDateTimeRangeclass has been changed to the more correctoverlapsWith(). - Breaking change. The name of the extension method
toStringWithThousands()fordoubleclass has been changed to the more descriptivetoStringWithThousandsSeparator(). - Breaking change. The name of the extension method
toStringWithThousands()forintclass has been changed to the more descriptivetoStringWithThousandsSeparator(). - An error in the
minimize()method of the extension to theList<DateTimeRange>class was fixed. - Updated all the dependencies.
- Minimum Dart SDK was updated to
2.13.4version and Flutter to2.2.3version.
1.2.0 #
1.1.2 #
Release date: 2021-04-12.
- Changed
firstsUppercase()method name intofirstsUpperCase().
1.1.1 #
Release date: 2021-03-17.
- Fixed some color.
1.1.0 #
Release date: 2021-03-17.
- Added
SocialAccountProviderenumeration and several other methods in its extension.
1.0.0 #
Release date: 2021-02-17.
- Stable null safety release.
0.2.0-nullsafety.1 #
Release date: 2021-01-12.
- Added
lastMonthDayas extension getter method forDateTime, and several other methods for representing the date-time as a string. - Added extension methods for
doubleclass. - Added extension methods for
intclass. - Added extension methods for
List<Comparable>class. - Added extension methods for
List<num>class. - Added extension methods for
Stringclass. - Added extension methods for
TimeOfDayclass.
0.1.0-nullsafety.1 #
Release date: 2021-01-07.
- First pre-release.
- Additional functionality are provided to
DateTime,DateTimeRangeandList<DateTimeRange>.