feat : segmentation page

This commit is contained in:
2025-07-13 16:17:17 +03:30
parent d78a604d03
commit 2ae5f805af
16 changed files with 600 additions and 56 deletions

View File

@@ -6,6 +6,7 @@ sealed class ChickenRoutes {
static const home = '$_base/home';
static const buy = '$_base/buy';
static const sale = '$_base/sale';
static const segmentation = '$_base/segmentation';
//buys
static const buysOutOfProvince = '$buy/buyOutOfProvince';
@@ -14,4 +15,6 @@ sealed class ChickenRoutes {
//sales
static const salesInProvince = '$sale/SalesInProvince';
static const salesOutOfProvince = '$sale/saleOutOfProvince';
}