1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Page three data transfer (#105)

This commit is contained in:
Branden Taylor
2019-07-08 16:01:01 -07:00
committed by Andrew Brogdon
parent 3d40fa9fb2
commit 52efc7cfd6
3 changed files with 231 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ class StartApp extends StatelessWidget {
children: [
PerformancePage(),
InfiniteProcessPageStarter(),
DataTransferPage(),
DataTransferPageStarter(),
],
),
),