Skip to content

Qa#42

Merged
basemosama merged 12 commits into
mainfrom
qa
Jul 2, 2025
Merged

Qa#42
basemosama merged 12 commits into
mainfrom
qa

Conversation

@basemosama

@basemosama basemosama commented Jul 2, 2025

Copy link
Copy Markdown
Member

1.5.0

SDK & Dependency Updates

  • Updated SDK constraints:

    • Dart: >=3.8.0 <4.0.0
    • Flutter: >=3.32.0
  • Upgraded dependencies:

    • async: ^2.13.0
    • playx_core: ^0.7.3
    • playx_theme: ^1.1.0
    • playx_widget: ^0.3.0
    • playx_network: ^0.5.1
    • 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

Connection Status Enhancements

  • Improved ConnectionStatusController:

    • Replaced default internet check URLs with more reliable ones.
    • Added backOnlineDelay to control delay after reconnection.
    • Skipped unnecessary checks on app resume.

Project Maintenance

  • Migrated example project’s Android build files to Kotlin DSL (.kts).
  • Upgraded example project dependencies for compatibility.

basemosama added 12 commits July 2, 2025 15:15
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
@basemosama basemosama merged commit 590a992 into main Jul 2, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant