You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our app is experiencing a crash on iOS devices, which appears to be related to the flutter_eco_mode package. The crash occurs when data is being sent through a method channel, leading to an NSInternalInconsistencyException.
Crash Details
We cannot reproduce the issue directly, but it has been reported multiple times on Crashlytics with the following stack trace:
Hi MPinto16, thank you for sharing your crash with this issue.
Honestly, it's a curious crash and it's never happened for us.
Regarding your stack trace, it concerns an event channel in iOS native code to listen the battery state changes.
Be sure that if we reproduce something like this, we'll notice you directly in this thread.
We can keep this issue open during this time.
Our app is experiencing a crash on iOS devices, which appears to be related to the
flutter_eco_mode
package. The crash occurs when data is being sent through a method channel, leading to anNSInternalInconsistencyException
.Crash Details
We cannot reproduce the issue directly, but it has been reported multiple times on Crashlytics with the following stack trace:
Additional Context
Flutter Version: 3.24.4
flutter_eco_mode Version: 0.0.3
iOS Version: The crash has been observed from iOS 16 until 18.1.0
The text was updated successfully, but these errors were encountered: