basics 0.10.0 copy "basics: ^0.10.0" to clipboard
basics: ^0.10.0 copied to clipboard

A Dart library containing convenient extension methods on basic Dart objects.

0.10.0 #

  • Added truncate method to String.
  • Added capitalize method to String.

0.9.0 #

  • Added average method to Iterable.

0.8.1 #

  • Added stricter type checks.

0.8.0 #

  • Added ComparableBasics.
  • Added getRange to Iterable.
  • Added isNullOrBlank and isNotNullOrBlank to String?
  • Improved performance of maxBy, minBy and sortBy by adding a cache.

0.7.0 #

Added copyWith, addCalendarDays, and calendarDaysTill to DateTimeBasics.

0.6.0 #

Remove object basics (isNull and isNotNull).

0.5.1 #

Update docs.

0.5.0 #

Updated with null safety.

0.4.0 #

Added MapBasics.get.

0.3.0 #

Added DateTimeBasics.

0.2.0 - 2020-04-24 #

Add example and changelog.

0.1.0 - 2020-04-24 #

Initial release.

109
likes
160
points
24.5k
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

A Dart library containing convenient extension methods on basic Dart objects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

characters

More

Packages that depend on basics