Release v5.0.1
- Add
T.tryCast()
extension on generics to cast an object to a type if possible. - Add
records
extension forIterable
. - Add
tryJsonDecode
function to safely decode JSON. - Add
closeTo
extension ondouble
. - Add
max
andmin
extensions onnum
. - Add replaceFirstWhere and replaceLastWhere extensions on
List
. - Add
findBy
,findByOrNull
andfindAllBy
extensions onIterable
.