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
On Android when I open the feedback screen and I want to write something, in other apps when I hit the down arrow to hide the keyboard (maybe I want to add something to the screen like drawing) it goes back, exits the feedback.
Steps to reproduce
Android
New feedback
try to write something
hit arrow down at the bottom
it will go back not just hide the keyboard
Output of flutter doctor -v
stefan@Stefans-Air ~/Documents/myPet_frontend$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.41.1, on macOS 26.1 25B78 darwin-arm64, locale en-SK)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0)
[✓] Xcode - develop for iOS and macOS (Xcode 26.2)
[✓] Chrome - develop for the web
[✓] Connected device (5 available)
[✓] Network resources
• No issues found!
Version
3.2.0
Library
feedback
Flutter channel
stable
Flutter version
3.41.1
Platform
Android
Details
On Android when I open the feedback screen and I want to write something, in other apps when I hit the down arrow to hide the keyboard (maybe I want to add something to the screen like drawing) it goes back, exits the feedback.
Steps to reproduce
Output of
flutter doctor -v