Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Dec 1, 2023
1 parent ac8c200 commit cd252e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/lib/src/feature/shop/widget/shop_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ class _ShopScreenState extends State<ShopScreen> {
),
), */
body: switch (_tab) {
// TODO(plugfox): Add a declarative route builder
// Виджет декларативного роута добавляет в текущий стейт
// текущего роута вложенного ребенка.
ShopTabsEnum.catalog => const CatalogScreen(),
ShopTabsEnum.basket => const BasketScreen(),
ShopTabsEnum.favorites => const FavoritesScreen(),
Expand Down

0 comments on commit cd252e8

Please sign in to comment.