mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
The rest of page one for isolate_example
This commit is contained in:
committed by
Andrew Brogdon
parent
599c865629
commit
e4b4b35182
@@ -18,9 +18,7 @@ import 'page_one.dart';
|
||||
import 'page_two.dart';
|
||||
import 'page_three.dart';
|
||||
|
||||
void main() {
|
||||
runApp(StartApp());
|
||||
}
|
||||
void main() => runApp(new MaterialApp(home: new StartApp()));
|
||||
|
||||
class StartApp extends StatelessWidget {
|
||||
@override
|
||||
@@ -42,7 +40,7 @@ class StartApp extends StatelessWidget {
|
||||
body: TabBarView(
|
||||
children: [
|
||||
PerformancePage(),
|
||||
InfiniteProcessPage(),
|
||||
InfiniteProcessPageStarter(),
|
||||
DataTransferPage(),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user