feat : buy in province all

This commit is contained in:
2025-07-16 11:47:51 +03:30
parent f1b2e20056
commit 6d5f918fbb
21 changed files with 1304 additions and 419 deletions

View File

@@ -0,0 +1,7 @@
//Auth
const int authUserLocalModelTypeId = 0;
const int authModuleTypeId = 1;
//chicken
const int chickenWidelyUsedLocalModelTypeId = 2;
const int chickenWidelyUsedLocalItemTypeId = 3;

View File

@@ -12,3 +12,6 @@ export 'map_utils.dart';
export 'route_utils.dart';
export 'separator_input_formatter.dart';
export 'local/local_utils.dart';