plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Bug]: Getting ANR in android when using connectivity plus

Open alihassan143 opened this issue 7 months ago • 0 comments

Platform

Android 14 (SDK 34)

Plugin

connectivity plus

Version

6.1.4

Flutter SDK

3.32.1

Steps to reproduce

i cannot reproduce this getting in playstore

dev.fluttercommunity.plus.connectivity.ConnectivityBroadcastReceiver.onListen

Image

Code Sample


Logs

no logs

Flutter Doctor

flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.32.1, on macOS 15.5 24F74 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc4)
[✓] Xcode - develop for iOS and macOS (Xcode 16.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.3)
[✓] VS Code (version 1.100.2)
[✓] Connected device (2 available)
[✓] Network resources

• No issues found!

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

alihassan143 avatar Jun 03 '25 04:06 alihassan143