dartlin 0.4.1 copy "dartlin: ^0.4.1" to clipboard
dartlin: ^0.4.1 copied to clipboard

outdated

Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.

0.4.1 #

  • Added the repeat method.
  • Added the T.let extension method.

0.4.0 #

  • Added a groupingBy method for both Iterables and strings. And a Grouping class to accommodate it.
  • Added a chunked method for both Iterables and strings. The returned Iterable is lazy.
  • Added an associateBy method for both Iterables and strings.
  • Added an associate method for both Iterables and strings.
  • Added a tryy method to allow for assignable try-catch statements.
  • BUG FIX: The range method no longer freezes up when the step method is not even/odd like the end value.
  • BREAKING: The iff method now works for all types, not only strings. At the cost that the elseIf and orElse will also be triggered if the returned value is null.

0.3.0 #

  • BREAKING: Renamed the ranges library to collections.

0.2.0+1 #

  • Added iff documentation.

0.2.0 #

  • Added iff method for control flow.
  • BREAKING: Removed the when simplified if-else chain, use the new iff.

0.1.0+1 #

  • Fixed issues reported in the pub score.

0.1.0 #

  • Added when method for control flow.
  • Added range method for ranges.
34
likes
0
pub points
83%
popularity

Publisher

verified publisherwolfenra.in

Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on dartlin