Skip to content

Releases: leancodepl/flutter_corelibrary

cqrs-v7.0.0

13 Jul 11:52
29de2db
Compare
Choose a tag to compare
  • Breaking: Rename CQRS and similar to Cqrs per Effective Dart.
  • Breaking: Remove IRemoteQuery and IRemoteCommand. Use their equivalents Query and Command respectively.
  • Add new transport type Operation which is a Query with side effects of a Command.

override_api_endpoint-v1.0.0+1

28 Mar 11:45
7267d8d
Compare
Choose a tag to compare
Update README usage section (#53)

* Update README usage section

* Bump override_api_endpoint to 1.0.0+1

* Remove unused codecov badge

* Lock lint package version on the last supported version

leancode_lint-v1.0.0

29 Oct 07:48
57a5f4f
Compare
Choose a tag to compare
  • Initial release

override_api_endpoint-v1.0.0

16 Aug 11:21
8af154a
Compare
Choose a tag to compare

override_api_endpoint

override_api_endpoint pub.dev badge

Overrides and persists default API endpoint for the test environment.

The deeplinkOverrideSegment is the part of deeplink that uniquely
identifies deeplink that is used to override API endpoint
eg. override in app://app/override?apiAddress=https%3A%2F%2Fexample.com

The deeplinkQueryParameter is the query parameter of the override API
endpoint deeplink that contains url encoded API endpoint to be used
eg. apiAddress in app://app/override?apiAddress=https%3A%2F%2Fexample.com

The defaultEndpoint is fallback url that should be used if app does not
have any endpoint introduced via deeplink or if deeplinkQueryParameter is
not provided

Usage

final apiEndpoint = await overrideApiEndpoint(
  'override',
  'apiAddress',
  Uri.parse('https://api.example.com/'),
);

login_client-v2.0.3

20 Jul 07:33
9e7cad3
Compare
Choose a tag to compare
  • Try refreshing the token on 401 Unauthorized response

login_client-v2.0.2

16 Jul 14:20
b538501
Compare
Choose a tag to compare
  • Fix closing default HTTP client after logging out.

login_client_flutter-v2.0.0

07 Jun 07:42
86e08c3
Compare
Choose a tag to compare
  • Breaking: Migrate to null-safety.
  • Breaking: Bump minimum Dart version to 2.12.
  • Breaking: Bump minimum Flutter version to 2.0.

login_client-v2.0.1

07 Jun 07:30
8462095
Compare
Choose a tag to compare
  • Downgrade meta dependency from 1.4.0 to 1.3.0.

login_client-v2.0.0

07 Jun 07:16
Compare
Choose a tag to compare
  • Breaking: Migrate to null-safety.
  • Breaking: Bump minimum Dart version to 2.12.
  • Breaking: Remove deprecated credentialsChangedCallback parameter from LoginClient constructor.

cqrs-v6.0.0

07 Jun 07:08
5b04607
Compare
Choose a tag to compare
  • Stable null-safe release.
  • Breaking: Bump minimum Dart version to 2.12.