Releases: leancodepl/flutter_corelibrary
Releases · leancodepl/flutter_corelibrary
login_client-v1.0.0
- Complete rewrite of a library with breaking changes.
- Replaced
ApiConsts
with refreshedOAuthSettings
. - Simplified error handling to reuse OAuth2's
AuthorizationException
or this library'sRefreshException
. - Started using official
oauth2
package instead of a unsupported fork. - Removed
AssertionStrategy
. UseCustomGrantStrategy
instead.
cqrs-v4.0.0+2
- Refresh pub listing.
cqrs-v4.0.0+1
- Refresh pub listing.
cqrs-v4.0.0
- Complete rewrite of a library with breaking changes.
- Add
headers
parameter inrun
andget
methods. - Add
hasError
method inCommandResult
. - Pass HTTP client directly to
CQRS
constructor instead as a factory method. package:cqrs/contracts.dart
utility library to use in contracts.