helpers_plethora 2.2.0
helpers_plethora: ^2.2.0 copied to clipboard
An helpful variety of extensions.
2.2.0 #
Release date: 2023-09-07.
Fixed #
- Now the
onlyYMDgetter method, if the date is UTC, returns a UTC date.
2.1.0 #
2.0.5 #
Release date: 2021-07-30.
Added #
- Added
allCurrenciesSymbolsandfirstCurrencySymbolextension methods forStringclass.
2.0.4 #
Release date: 2021-07-29.
Fixed #
- An error in the
toAuthProvidermethod ofAuthProviderenumeration.
2.0.3 #
Release date: 2021-07-29.
Added #
- Added
compareTomethod toAuthProviderenumeration. - Now this package exports package
package:collection/collection.dart. - The
sumextension method forList<T extends num>has been deprecated in favor of thesumproperty ofpackage:collection/collection.dart.
2.0.2 #
Release date: 2021-07-23.
Changed #
- Now the extension methods for
StringfirstsUpperCaseandfirstUpperCaseusereplaceAllMappedandreplaceFirstMappedStringmethods respectively.
2.0.0 #
Release date: 2021-07-21.
Removed #
- Breaking change. The getter extension methods
buttonBackgroundColor,pressedButtonColor,buttonTextColorand colors. They have been temporarily removed. The idea is that in a future version of this package they will be included in an improved way.
Fixed #
- An error in the minimize method of the extension to the
List<DateTimeRange>class was fixed.
Changed #
- Breaking change. The name of the
SocialAccountProviderenumeration has been changed toAuthProvider. - 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
overlapWithforDateTimeRangeclass has been changed to the more correctoverlapsWith. - Breaking change. The name of the extension method
toStringWithThousandsfordoubleclass has been changed to the more descriptivetoStringWithThousandsSeparator. - Breaking change. The name of the extension method
toStringWithThousandsforintclass has been changed to the more descriptivetoStringWithThousandsSeparator. - Updated all the dependencies.
- Minimum Dart SDK was updated to
2.13.4version and Flutter to2.2.3version.
1.2.0 #
1.1.0 #
Release date: 2021-03-17.
Added #
SocialAccountProviderenumeration and several other methods in its extension.
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.- Extension methods for
doubleclass. - Extension methods for
intclass. - Extension methods for
List<Comparable>class. - Extension methods for
List<num>class. - Extension methods for
Stringclass. - Extension methods for
TimeOfDayclass.