plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Bug][connectivity_plus]: Chrome cannot monitor network status in Windows 11

Open RRrongrui opened this issue 1 year ago • 0 comments

Platform

Windows Chrome 127 latest version

Plugin

connectivity_plus

Version

6.0.5

Flutter SDK

3.22.2

Steps to reproduce

I used the monitor network change function on my Windows computer, disconnected from the Internet, and did not monitor the network changes. Scenario: Windows computer browser Chrome version 127 How can I adapt?

Code Sample

No response

Logs

Connectivity().onConnectivityChanged.listen monitoring does not take effect and no log is found

Flutter Doctor

[✓] Flutter (Channel stable, 3.22.2, on macOS 12.6.9 21G726 darwin-x64, locale
    zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 14.2)
    ! Flutter recommends a minimum Xcode version of 15.
      Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.3.1)
[✓] VS Code (version 1.92.1)
[✓] Connected device (2 available)
[✓] Network resources

Checklist before submitting a bug

  • [X] I searched issues in this repository and couldn't find such bug/problem
  • [X] I Google'd a solution and I couldn't find it
  • [X] I searched on StackOverflow for a solution and I couldn't find it
  • [X] I read the README.md file of the plugin
  • [X] I'm using the latest version of the plugin
  • [X] All dependencies are up to date with flutter pub upgrade
  • [X] I did a flutter clean
  • [X] I tried running the example project

RRrongrui avatar Aug 14 '24 06:08 RRrongrui