Skip to content

Keyboard overlap all widget with nested Scaffold #20289

@coding-monkey38

Description

@coding-monkey38

Steps to Reproduce

flutter 0.5.1

  1. a form in AnimatedSize
  2. Tap any textfield
  3. keyboard show up with a white padding to overlap all widget
    similar issue: "resizeToAvoidBottomPadding: true" displaces more than it should #13475

ezgif-3-ae5a51c278

new AnimatedSize(
vsync: this,
duration: const Duration(milliseconds: 200),
 new Form(
    // some text field
 ))

Logs

No exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: text inputEntering text in a text field or keyboard related problemsf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions