Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adds support for client-side prerequisite events #177

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/flutter_client_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
package_info_plus: ">=4.2.0 <9.0.0"
device_info_plus: ">=9.1.1 <11.0.0"
launchdarkly_common_client: 1.3.1
launchdarkly_common_client: 1.4.1
Copy link
Contributor Author

@tanderson-ld tanderson-ld Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reviewers: This jumps a minor and a patch due to version propagation mixup.

shared_preferences: ^2.2.2
connectivity_plus: ">=5.0.2 <7.0.0"

Expand Down
Loading