convenience_types 0.5.2 convenience_types: ^0.5.2 copied to clipboard
A package to ensamble convenience types commonly used through flutter projects developed by Capyba.
0.5.2 #
0.5.0 #
New #
- add
castInto<k>
method toFormField<T>
to help casting field types leaving names unchanged
0.4.0 #
New #
- add
mapAsyncSuccess<K>
method toResult
to chain asynchronous access to data - add
mapAsyncJust<K>
method toMaybe
to chain asynchronous access to data - add
(Maybe<J>, Maybe<K>).maybeCombine
extension method to(Maybe<J>, Maybe<K>)
records to neatly control access to an ordered pair of twoMaybe
s possible values
0.2.2 #
fixes #
- add 'slug' in the parameters of 'parseHttpError' and utilize it in the errors 'slug' field.