screwdriver 1.2.2 copy "screwdriver: ^1.2.2" to clipboard
screwdriver: ^1.2.2 copied to clipboard

outdated

A dart package aiming to provide useful extensions and helper functions to ease and speed up development.

1.2.2 #

  • Fixed email extension & tests.
  • upgraded test package dependency.

1.2.1 #

  • Upgraded dependencies with specific version bounds.

1.2.0 #

  • Add isNullOrEmpty and isNotNullOrEmpty extensions for collections.
  • Add isNullOrEmpty and isNotNullOrEmpty extensions for string.
  • Add isNullOrBlank and isNotNullOrBlank extensions for string.

1.1.1 #

  • Add extensions isInYears and inYears for Duration.
  • Add extension fromNow() for DateTime.
  • Fix Issue: DeBouncer throwing null pointer exception when calling cancel().

1.1.0 #

  • Added extension format date using DateFormat from intl package.
  • Added debouncer helper class that allows to debounce calls to a method for certain amount of time.
  • Added extension to for generic to create pairs like it is done in Kotlin.

1.0.1 #

  • Fix pub-web.flutter-io.cn warnings.

1.0.0 #

  • Initial release. checkout documentation here.
75
likes
30
pub points
83%
popularity

Publisher

verified publisherbirju.dev

A dart package aiming to provide useful extensions and helper functions to ease and speed up development.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

characters, intl, meta

More

Packages that depend on screwdriver