We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.0
feedback
stable
3.24.0
Android, iOS
When hitting submit button while the keyboard is opened the Screenshot is just half.
Step 1 - Open Betterfeedback Step 2 - Click on Textfield Step 3 - Click Submit while Keyboard is opened
flutter doctor -v
No response
The text was updated successfully, but these errors were encountered:
The TextButton should be Updated with this
TextButton( key: const Key('submit_feedback_button'), child: Text( FeedbackLocalizations.of(context).submitButtonText, style: TextStyle( color: FeedbackTheme.of(context).activeFeedbackModeColor, ), ), onPressed: () => { MediaQuery.of(context).viewInsets.bottom > 0.0 ? FocusManager.instance.primaryFocus?.unfocus(); widget.onSubmit(controller.text), }
),
Sorry, something went wrong.
No branches or pull requests
Version
3.1.0
Library
feedback
Flutter channel
stable
Flutter version
3.24.0
Platform
Android, iOS
Details
When hitting submit button while the keyboard is opened the Screenshot is just half.




Steps to reproduce
Step 1 - Open Betterfeedback
Step 2 - Click on Textfield
Step 3 - Click Submit while Keyboard is opened
Output of
flutter doctor -v
No response
The text was updated successfully, but these errors were encountered: