Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.6.1 23G93 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.1.4)
[✓] VS Code (version 1.93.1)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Which packages are you using?
stream_chat
On what platforms did you experience the issue?
iOS
What version are you using?
8.0.0 (I checked 8.1.0 there isn't a mention of fixing this and I have bunch of dependencies that I can't upgrade to 8.1.0 yet)
What happened?
User list screen was presented with showDialog (followed from sample code):
The following screenshot from opening the screen once.
The problem I traced to is this code
_controller.doInitialLoad() gets repeatedly called with didUpdateWidget in paged_value_scroll_view.
I tapped three time and triggered 429. (Sometime it would fail on the first try)
https://github.com/user-attachments/assets/d3b31c4b-1dae-4145-bcf9-edb70ec617ae
Steps to reproduce
Supporting info to reproduce
No response
Relevant log output
No response
Flutter analyze output
No response
Flutter doctor output
Code of Conduct