update to v2.0.0#45
Merged
Merged
Conversation
…ection check types and improved lifecycle management
* Updated SDK constraints: * Dart: `>=3.10.0 <4.0.0` * Flutter: `>=3.38.0` * Upgraded dependencies to their latest versions: * `playx_core: ^1.0.0` * `playx_theme: ^2.0.0` * `playx_widget: ^0.5.0` * `playx_network: ^1.0.0` * `playx_navigation: ^1.0.0` * `playx_localization: ^0.4.0` * `sentry_flutter: ^9.16.0` * `internet_connection_checker_plus: ^2.9.1+2` * `connectivity_plus: ^7.1.0` * `get: ^4.7.3` * `async: ^2.13.1`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.0.0
SDK & Dependency Updates
>=3.10.0 <4.0.0>=3.38.0playx_core: ^1.0.0playx_theme: ^2.0.0playx_widget: ^0.5.0playx_network: ^1.0.0playx_navigation: ^1.0.0playx_localization: ^0.4.0sentry_flutter: ^9.16.0internet_connection_checker_plus: ^2.9.1+2connectivity_plus: ^7.1.0get: ^4.7.3async: ^2.13.1Connection Status Enhancements
ConnectionStatusControllerto provide more robust network checking capabilities:ConnectionCheckTypeenum (both,internet,device) to give explicit control over pinging URLs versus monitoring device network state.ConnectionCheckType.deviceto prevent CORS issues.enableCheckingflag andsetCheckingEnabled(bool)so developers can manually pause and resume background watchers.dispose()logic directly inside the ValueNotifier lifecycle.Validation Enhancements
IsEqualvalidation rule withAreEqualfor better naming consistency.AreNotEqualvalidation rule for text fields to check if an input does not match another string.