Formatting with dartfm
This commit is contained in:
parent
14a4f9eff4
commit
4f27d54cc6
5 changed files with 40 additions and 27 deletions
|
@ -8,18 +8,12 @@ void main() {
|
|||
}
|
||||
|
||||
class ExampleApp extends StatelessWidget {
|
||||
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
title: 'Example app',
|
||||
home: HomeWidget()
|
||||
);
|
||||
return MaterialApp(title: 'Example app', home: HomeWidget());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class HomeWidget extends StatefulWidget {
|
||||
@override
|
||||
_HomeWidgetState createState() => _HomeWidgetState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue