convenience_types 0.6.0 convenience_types: ^0.6.0 copied to clipboard
A package to ensamble convenience types commonly used through flutter projects developed by Capyba.
0.6.0 #
New #
- connectivity_plus: 5.0.2
- dio: 5.4.1
- state_notifier: 1.0.0
- freezed_annotation: 2.4.1
- freezed: 2.4.7
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.