Skip to content

Releases: leancodepl/flutter_corelibrary

login_client-v1.0.0

02 Dec 09:20
9a80b44
Compare
Choose a tag to compare
  • Complete rewrite of a library with breaking changes.
  • Replaced ApiConsts with refreshed OAuthSettings.
  • Simplified error handling to reuse OAuth2's AuthorizationException or this library's RefreshException.
  • Started using official oauth2 package instead of a unsupported fork.
  • Removed AssertionStrategy. Use CustomGrantStrategy instead.

cqrs-v4.0.0+2

02 Dec 10:21
Compare
Choose a tag to compare
  • Refresh pub listing.

cqrs-v4.0.0+1

02 Dec 10:05
Compare
Choose a tag to compare
  • Refresh pub listing.

cqrs-v4.0.0

27 Oct 14:11
Compare
Choose a tag to compare
  • Complete rewrite of a library with breaking changes.
  • Add headers parameter in run and get methods.
  • Add hasError method in CommandResult.
  • Pass HTTP client directly to CQRS constructor instead as a factory method.
  • package:cqrs/contracts.dart utility library to use in contracts.