dartlin
Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.
0.6.3
5.4K downloads/mo
#3738 most downloaded on pub.dev
source
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 6 months
Nearly every release is documented
notes for 16 of 16 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
16 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Oct 2020 to Jun 2022
2021
2022
2023
2024
2025
2026
Releases
latest 16-
0.6.329 Jun 2022 -
0.6.218 Dec 2021 -
0.6.116 Aug 2021 -
0.6.007 May 2021Release notes
Open source →- BREAKING:
T.letnow follows the Kotlin implementation. - BREAKING:
whenno longer has theorElsekey as it was broken on web, useT.orElseinstead. iffis now more aware of nullable types.- Added the
T.alsoextension method. - Added the
T.takeIfextension method. - Added the
T.takeUnlessextension method.
- BREAKING:
-
0.5.208 Apr 2021 -
0.5.121 Mar 2021 -
0.5.005 Mar 2021Release notes
Open source →- Stable null-safety release.
- Updated Dart SDK constraints to
>=2.12.0 <3.0.0.
-
0.4.327 Feb 2021 -
0.4.225 Feb 2021 -
0.4.125 Feb 2021 -
0.4.024 Nov 2020Release notes
Open source →- Added a
groupingBymethod for both Iterables and strings. And aGroupingclass to accommodate it. - Added a
chunkedmethod for both Iterables and strings. The returned Iterable is lazy. - Added an
associateBymethod for both Iterables and strings. - Added an
associatemethod for both Iterables and strings. - Added a
tryymethod to allow for assignable try-catch statements. - BUG FIX: The
rangemethod no longer freezes up when thestepmethod is not even/odd like the end value. - BREAKING: The
iffmethod now works for all types, not only strings. At the cost that theelseIfandorElsewill also be triggered if the returned value isnull.
- Added a
-
0.3.019 Oct 2020 -
0.2.017 Oct 2020Release notes
Open source →- Added
iffmethod for control flow. - BREAKING: Removed the
whensimplified if-else chain, use the newiff.
- Added
-
0.2.0+119 Oct 2020 -
0.1.015 Oct 2020 -
0.1.0+116 Oct 2020