We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963111a commit 34f8800Copy full SHA for 34f8800
1 file changed
flutter_web_auth_2/example/lib/main.dart
@@ -141,8 +141,7 @@ class MyAppState extends State<MyApp> {
141
}
142
143
@override
144
- Widget build(BuildContext context) =>
145
- MaterialApp(
+ Widget build(BuildContext context) => MaterialApp(
146
home: Scaffold(
147
appBar: AppBar(
148
title: const Text('Web Auth 2 example'),
0 commit comments