-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Platform
iOS 16.7
Plugin
connectivity_plus
Version
5.0.1
Flutter SDK
3.13.8
Steps to reproduce
- Build the app with XCode 15
- Open the app on a device with iOS 16.7
- App crashes
Code Sample
No response
Logs
I have only a screenshot from crash logs from our end users. Unfortunately I don't have a device with iOS 16.7 for testing. Screenshot is in the issue "steps to reproduce" section as I can only insert images there.
Flutter Doctor
Will add later
Checklist before submitting a bug
- I searched issues in this repository and couldn't find such bug/problem
- I Google'd a solution and I couldn't find it
- I searched on StackOverflow for a solution and I couldn't find it
- I read the README.md file of the plugin
- I'm using the latest version of the plugin
- All dependencies are up to date with
flutter pub upgrade
- I did a
flutter clean
- I tried running the example project
wcoder and Arcturus5404