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
Describe the bug The builder attribute of FluentApp does not work as expected
builder
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
MaterialApp
Minimal example with FluentApp: https://gist.github.com/WinXaito/7d73f72590ca5b09d2dbb74d1e835473
FluentApp
(See screenshots)
Expected behavior
Work like MaterialApp
Screenshots
With material:
With Fluent:
The text was updated successfully, but these errors were encountered:
087e5ef
Fixes bdlukaa#84
c708fa0
58287d1
No branches or pull requests
Describe the bug
The
builder
attribute of FluentApp does not work as expectedThe attribute does not seem to be taken into consideration.
To Reproduce
Minimal example with
MaterialApp
: https://gist.github.com/WinXaito/b8977d35245844b1fafd7b89b413b688Minimal example with
FluentApp
: https://gist.github.com/WinXaito/7d73f72590ca5b09d2dbb74d1e835473(See screenshots)
Expected behavior
Work like
MaterialApp
Screenshots
With material:
With Fluent:
The text was updated successfully, but these errors were encountered: