Skip to content

Commit

Permalink
Merge pull request #46 from Unleash/upgrade-deps-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jun 10, 2024
2 parents f740faf + b4d0652 commit d8f0098
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@ final unleash = UnleashClient(
* If `bootstrapOverride` is `true` (by default), any local cached data will be overridden with the bootstrap specified.
* If `bootstrapOverride` is `false` any local cached data will not be overridden unless the local cache is empty.

## Useful commands development
## Useful commands for development

* `flutter test`
* `dart format lib test`
* `flutter analyze lib test`
* `dart pub publish`
* run tests: `flutter test`
* format code: `dart format lib test`
* analyse code: `flutter analyze lib test`
* run example app (from inside the `example` dir): `flutter run`
* publish new version (update manually first depending on semver): `dart pub publish`
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.5.2"
uuid:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Flutter/Dart client that can be used together with the unleash-pr
homepage: https://github.com/Unleash/unleash_proxy_client_flutter
repository: https://github.com/Unleash/unleash_proxy_client_flutter
issue_tracker: https://github.com/Unleash/unleash_proxy_client_flutter
version: 1.5.1
version: 1.5.2

environment:
sdk: ">=2.18.0 <4.0.0"
Expand All @@ -14,8 +14,8 @@ dependencies:
sdk: flutter
http: '>=0.13.5 <2.0.0'
events_emitter: ^0.5.2
shared_preferences: '>=2.0.15 <2.2.1'
uuid: '>=3.0.7 <4.3.0'
shared_preferences: '>=2.0.15 <3.0.0'
uuid: '>=3.0.7 <5.0.0'

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit d8f0098

Please sign in to comment.