feat : buy page and widgets

This commit is contained in:
2025-06-30 10:36:30 +03:30
parent 7cec6bd084
commit 79adab71e3
11 changed files with 138 additions and 25 deletions

View File

@@ -2,8 +2,9 @@ sealed class ChickenRoutes {
ChickenRoutes._();
static const _base = '/init';
static const init = '$_base/init';
static const init = '$_base/root';
static const home = '$_base/home';
static const buy = '$_base/buy';
static const enteringTheWarehouse = '$_base/enteringTheWarehouse';
static const salesInProvince = '$_base/SalesInProvincePage';