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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 The builder attribute of FluentApp does not work as expected #84

Closed
WinXaito opened this issue Oct 22, 2021 · 0 comments
Closed

Comments

@WinXaito
Copy link
Collaborator

Describe the bug
The builder attribute of FluentApp does not work as expected

The attribute does not seem to be taken into consideration.

To Reproduce

return FluentApp(
  home: const ExampleWidget(),
  builder: (context, child) {
    return ScaffoldPage(
      content: Column(
        children: [
          Container(height: 40, color: Colors.red),
          Expanded(child: child!),
        ],
      ),
    );
  },
);

Minimal example with MaterialApp: https://gist.github.com/WinXaito/b8977d35245844b1fafd7b89b413b688

Minimal example with FluentApp: https://gist.github.com/WinXaito/7d73f72590ca5b09d2dbb74d1e835473

(See screenshots)

Expected behavior

Work like MaterialApp

Screenshots

With material:

image

With Fluent:

image

WinXaito pushed a commit to WinXaito/fluent_ui that referenced this issue Nov 28, 2021
dev-hann added a commit to dev-hann/fluent_ui that referenced this issue Sep 18, 2023
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

1 participant