extility 0.1.0 copy "extility: ^0.1.0" to clipboard
extility: ^0.1.0 copied to clipboard

A collection of useful static extension methods on basic Dart types.

Extility #

A useful collection of static extension methods on basic Dart types. See the examples/ directory for some runnable example usages.

Methods #

Methods are organized below by the type that they extend on. Note that the type headings below aren't necessarily valid syntax, they're just for human consumption.

Comparable<T extends Comparable

  • genericClamp - clamp any suitable Comparable value

Iterable

  • bracket - add values at the beginning and end of an iterable
  • interleave - insert values between elements of an iterable

Development #

Dead simple if you're accustomed to Dart development. Get dependencies (there are only dev dependencies, by design) with pub get. Run the tests with pub run test.

Please be sure to document any methods you add. Also add them to the readme (above) and to the examples/ directory. Thanks!

dart_dev #

This repository uses dart_dev to simplify developer tooling. This means that the following shortcuts are available. These are also used in CI for consistency. You don't have to do things this way, it's just a helpful option. You do you.

  • pub run dart_dev analyze - run the analyzer
  • pub run dart_dev format - run the formatter
  • pub run dart_dev test - run the tests

Issues #

Please file feature requests and bugs on GitHub.

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A collection of useful static extension methods on basic Dart types.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on extility