Skip to content
New issue

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

Customize keyboard have bug with SafeArea #166

Open
159159951 opened this issue Sep 28, 2021 · 1 comment
Open

Customize keyboard have bug with SafeArea #166

159159951 opened this issue Sep 28, 2021 · 1 comment

Comments

@159159951
Copy link

In case of customizing the keyboard:

  • Wrap KeyboardActions by SafeArea
  • displayActionBar: false

Then there is a redundancy space on the top the keyboard and the same color with the background color of Scaffold.

Screenshoot with SafeArea
image

Screenshoot without SafeArea
image

All related resources
https://gist.github.com/159159951/ee2dae9d06d4db373a040da442c68bb1

@diegoveloper
Copy link
Owner

diegoveloper commented Sep 28, 2021

bottom: false, on SafeArea will fix the issue.

SafeArea(
        bottom: false,
        child: KeyboardActions(
          config: KeyboardActionsConfig(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants