- add
defaultNoInternetConnectionMessage
to parseHttpError
method
- add
maybeResponse<T>()
generic method to AppError
FormUtils
as a mixin class
- add generic type to
httpError
to accomodate possible error.responses
- add 'slug' in the parameters of 'parseHttpError' and utilize it in the errors 'slug' field.
- update Flutter sdk to 3.7.12
- update dependencies
- fix msg field on HttpBadRequestError and UnprocessableEntityError
- Maybe factories
- maybeData getters
- const contructors to AppError
- getOrElse behavior
- Getting Started session in the readme
- typos (convinience -> convenience)
- types:
FormField
, Maybe
, RequestStatus
, Result
- errors:
CacheError
, DeviceInfoError
, FormError
, HttpError
, StorageError
- exceptions:
ParseException
, CacheException
- formUtils:
FormUtils
, SeedTestStateMixin