AOKI Taiju
AOKI Taiju
[add-to-app] Cannot re-open Flutter screen after multiple transitions between iOS native and Flutter
## Steps to Reproduce 1. Launch the [fullscreen](https://github.com/flutter/samples/tree/main/add_to_app/fullscreen) app. 2. Tap "Launch Flutter ViewController" to open the Flutter screen. 3. Tap "Exit this screen" to close the Flutter screen. 4....
**Is your feature request related to a problem? Please describe.** Yes. When resolving the `only_use_keep_alive_inside_keep_alive` lint, developers have two options: A. Change the consumer provider from keepAlive to autoDispose. B....
**Describe what scenario you think is uncovered by the existing examples/articles** The v3 migration guide does not mention a change regarding UnmountedRefException. When migrating from v2 to v3, developers may...