Skip to content

Commit

Permalink
dont hide ui behind keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezamayias committed Jan 31, 2022
1 parent f78b1f9 commit 2410ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flutter_ecommerce_website_demo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class _FlutterEcommerceWebsiteDemoState
Provider.of<SizingInformationProvider>(context, listen: false)
.sizingInformation = sizingInformation;
return Scaffold(
resizeToAvoidBottomInset: false,
resizeToAvoidBottomInset: true,
key: locator<ScaffoldService>().scaffoldKey,
endDrawer: context
.watch<SizingInformationProvider>()
Expand Down

0 comments on commit 2410ddb

Please sign in to comment.