mirror of
https://github.com/flutter/samples.git
synced 2026-05-04 13:56:37 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -39,8 +39,9 @@ class MyApp extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
GoRoute(
|
||||
path: '/category/:category',
|
||||
builder: (_, __) => const ProductCategoryList()),
|
||||
path: '/category/:category',
|
||||
builder: (_, __) => const ProductCategoryList(),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user