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
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.0, on macOS 14.1.2 23B92 darwin-x64, locale en-EG)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.90.2)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
How to reproduce?
The callback is triggered twice for "update" events and four times for "insert" events.
AI Summary: The changeNotify callback is triggered multiple times (twice for updates, four times for inserts) for a single media insert or update event on Android. This indicates a potential issue with the PhotoManager package's change notification mechanism, causing duplicate notifications.
If you are still seeing multiple calls using the unmodified example of this library, that would be the problem of the device, otherwise we should look into it.
Version
^3.6.1
Platforms
Android
Device Model
Realme 11 pro 5G - Android 11
flutter info
How to reproduce?
The callback is triggered twice for "update" events and four times for "insert" events.
Record_2024-11-03-14-29-29.mp4
Logs
Example code (optional)
The text was updated successfully, but these errors were encountered: