convenience_types 0.4.0
convenience_types: ^0.4.0 copied to clipboard
A package to ensamble convenience types commonly used through flutter projects developed by Capyba.
0.4.0 #
New #
- add
mapAsyncSuccess<K>method toResultto chain asynchronous access to data - add
mapAsyncJust<K>method toMaybeto chain asynchronous access to data - add
(Maybe<J>, Maybe<K>).maybeCombineextension method to(Maybe<J>, Maybe<K>)records to neatly control access to an ordered pair of twoMaybes possible values
0.2.2 #
fixes #
- add 'slug' in the parameters of 'parseHttpError' and utilize it in the errors 'slug' field.