From cd252e8fa85045abb03f7223e7943150485bd76e Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Fri, 1 Dec 2023 12:08:08 +0400 Subject: [PATCH] Add todo --- example/lib/src/feature/shop/widget/shop_screen.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/lib/src/feature/shop/widget/shop_screen.dart b/example/lib/src/feature/shop/widget/shop_screen.dart index a5dfd28..7cec012 100644 --- a/example/lib/src/feature/shop/widget/shop_screen.dart +++ b/example/lib/src/feature/shop/widget/shop_screen.dart @@ -141,6 +141,9 @@ class _ShopScreenState extends State { ), ), */ body: switch (_tab) { + // TODO(plugfox): Add a declarative route builder + // Виджет декларативного роута добавляет в текущий стейт + // текущего роута вложенного ребенка. ShopTabsEnum.catalog => const CatalogScreen(), ShopTabsEnum.basket => const BasketScreen(), ShopTabsEnum.favorites => const FavoritesScreen(),