1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-22 23:11:40 +00:00

Update CI project list (#1583)

This commit is contained in:
Brett Morgan
2023-01-22 15:20:42 +11:00
committed by GitHub
parent 6bd2d930bb
commit be309ecc07
112 changed files with 166 additions and 15758 deletions

View File

@@ -46,8 +46,7 @@ class _MyAppState extends State<MyApp> {
),
initialRoute: '/',
routes: <String, Widget Function(BuildContext)>{
'/': (context) =>
MyHomePage(onChangedPlatform: onChangedPlatform),
'/': (context) => MyHomePage(onChangedPlatform: onChangedPlatform),
AnywherePage.route: (context) =>
AnywherePage(onChangedPlatform: onChangedPlatform),
CustomButtonsPage.route: (context) =>