helpers_plethora 2.0.3 copy "helpers_plethora: ^2.0.3" to clipboard
helpers_plethora: ^2.0.3 copied to clipboard

outdated

An helpful variety of extensions and enumerations.

2.0.3 #

Release date: 2021-07-29.

  • Added compareTo() method to AuthProvider enumeration.
  • Now this package exports package package:collection/collection.dart'.
  • The sum() extension method for List<T extends num> has been deprecated in favor of the sum property of package:collection/collection.dart'.

2.0.2 #

Release date: 2021-07-23.

  • Now the extension methods for String firstsUpperCase() and firstUpperCase() use replaceAllMapped() and replaceFirstMapped() String methods 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 SocialAccountProvider enumeration has been changed to AuthProvider.
  • Breaking change. The getter extension methods buttonBackgroundColor, pressedButtonColor, buttonTextColor and 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.
  • Breaking change. The name of the getter extension method lastMonthDay for DateTime class has been changed to the more correct thisMonthLastDay.
  • Breaking change. The name of the extension method overlapWith() for DateTimeRange class has been changed to the more correct overlapsWith().
  • Breaking change. The name of the extension method toStringWithThousands() for double class has been changed to the more descriptive toStringWithThousandsSeparator().
  • Breaking change. The name of the extension method toStringWithThousands() for int class has been changed to the more descriptive toStringWithThousandsSeparator().
  • An error in the minimize() method of the extension to the List<DateTimeRange> class was fixed.
  • Updated all the dependencies.
  • Minimum Dart SDK was updated to 2.13.4 version and Flutter to 2.2.3 version.

1.2.0 #

Release date: 2021-05-20.

  • Removed pedantic developer dependency.
  • This now uses the newer lints developer dependency.
  • Minimum Dart SDK was updated to 2.13.0 version and Flutter to 2.0.0 version.

1.1.2 #

Release date: 2021-04-12.

  • Changed firstsUppercase() method name into firstsUpperCase().

1.1.1 #

Release date: 2021-03-17.

  • Fixed some color.

1.1.0 #

Release date: 2021-03-17.

  • Added SocialAccountProvider enumeration 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 lastMonthDay as extension getter method for DateTime, and several other methods for representing the date-time as a string.
  • Added extension methods for double class.
  • Added extension methods for int class.
  • Added extension methods for List<Comparable> class.
  • Added extension methods for List<num> class.
  • Added extension methods for String class.
  • Added extension methods for TimeOfDay class.

0.1.0-nullsafety.1 #

Release date: 2021-01-07.

  • First pre-release.
  • Additional functionality are provided to DateTime, DateTimeRange and List<DateTimeRange>.
4
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

An helpful variety of extensions and enumerations.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, intl

More

Packages that depend on helpers_plethora