Qa#42
Merged
Merged
Conversation
This commit updates the package version to 1.5.0 and includes the following changes:
- Updated SDK constraints for Dart (>=3.8.0 <4.0.0) and Flutter (>=3.32.0).
- Updated dependencies:
- async: ^2.13.0
- playx_core: ^0.7.3
- playx_theme: ^1.1.0
- playx_widget: ^0.3.0
- playx_network: ^0.5.0
- playx_navigation: ^0.2.0
- playx_localization: ^0.3.0
- sentry_flutter: ^9.2.0
- internet_connection_checker_plus: ^2.7.2
- connectivity_plus: ^6.1.4
- Updated default internet check URLs to more reliable ones. - Added `backOnlineDelay` to customize the delay before setting status to `connected` after restoration. - Prevented immediate internet check on app resume to avoid redundant calls.
This commit upgrades the Flutter version and updates several dependencies in the example project.
Key changes:
- Updated Android example:
- Migrated Gradle files to Kotlin DSL (`.kts`).
- Updated Android Gradle Plugin to `8.7.3`.
- Updated Kotlin Android plugin to `2.1.0`.
- Set Java compatibility to version 17.
- Updated Gradle wrapper to `8.9`.
- Increased Gradle JVM arguments for better performance.
- Updated `android/.gitignore` to include `.cxx/` directory.
- Updated other platforms.
…n status enhancements, and project maintenance
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.
1.5.0
SDK & Dependency Updates
Updated SDK constraints:
>=3.8.0 <4.0.0>=3.32.0Upgraded dependencies:
async: ^2.13.0playx_core: ^0.7.3playx_theme: ^1.1.0playx_widget: ^0.3.0playx_network: ^0.5.1playx_navigation: ^0.2.0playx_localization: ^0.3.0sentry_flutter: ^9.2.0internet_connection_checker_plus: ^2.7.2connectivity_plus: ^6.1.4Connection Status Enhancements
Improved
ConnectionStatusController:backOnlineDelayto control delay after reconnection.Project Maintenance
.kts).