Commit 4051b97 1 parent 525cf4e commit 4051b97 Copy full SHA for 4051b97
File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ class EnterPage extends StatelessWidget {
173
173
],
174
174
),
175
175
Text (
176
- " Other" ,
176
+ ' Other' ,
177
177
style: TextStyle (fontWeight: FontWeight .w500, fontSize: 20 ),
178
178
),
179
- Divider (),
179
+ const Divider (),
180
180
Row (
181
181
children: < Widget > [
182
182
Expanded (
@@ -189,7 +189,7 @@ class EnterPage extends StatelessWidget {
189
189
MaterialPageRoute (
190
190
builder: (_) => AttachedToast ()));
191
191
},
192
- child: Text (" AttachedToast" ),
192
+ child: Text (' AttachedToast' ),
193
193
),
194
194
),
195
195
),
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta charset ="UTF-8 ">
5
- < title > example</ title >
4
+ < meta charset ="UTF-8 ">
5
+ < title > example</ title >
6
6
</ head >
7
7
< body >
8
- < script src ="main.dart.js " type ="application/javascript "> </ script >
9
-
8
+ < script src ="main.dart.js " type ="application/javascript "> </ script >
10
9
</ body >
11
10
</ html >
You can’t perform that action at this time.
0 commit comments