Skip to content

Commit

Permalink
chore(flutter_login): update styles for material 3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 24, 2023
1 parent 8da1e43 commit 18d731b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/flutter_login/lib/home/view/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('Home')),
body: Center(
child: Column(
mainAxisSize: MainAxisSize.min,
Expand Down
1 change: 0 additions & 1 deletion examples/flutter_login/lib/login/view/login_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class LoginPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('Login')),
body: Padding(
padding: const EdgeInsets.all(12),
child: BlocProvider(
Expand Down

0 comments on commit 18d731b

Please sign in to comment.