Skip to content

🐛 [flutter_ui] Sign in error message causes UI overflow #8396

Closed
@elvisun

Description

@elvisun

Bug report

Describe the bug
Sign in error message causes UI overflow on flutterfire_ui: ^0.4.0

Steps to reproduce

Steps to reproduce the behavior:

  1. Create a basic SignInScreen widget
  2. Run app and produce error
  3. See error causes ui to overflow
SignInScreen(
      providerConfigs: [
        EmailProviderConfiguration(),
        GoogleProviderConfiguration(),
      ],
    );

screencapture-localhost-5000-2022-04-04-11_14_51

Metadata

Metadata

Assignees

Labels

platform: webIssues / PRs which are specifically for web.plugin: uiresolution: fixedA fix has been merged or is pending merge from a PR.type: bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions