feat : buy in province all
This commit is contained in:
7
packages/core/lib/utils/local/local_utils.dart
Normal file
7
packages/core/lib/utils/local/local_utils.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
//Auth
|
||||
const int authUserLocalModelTypeId = 0;
|
||||
const int authModuleTypeId = 1;
|
||||
|
||||
//chicken
|
||||
const int chickenWidelyUsedLocalModelTypeId = 2;
|
||||
const int chickenWidelyUsedLocalItemTypeId = 3;
|
||||
@@ -12,3 +12,6 @@ export 'map_utils.dart';
|
||||
export 'route_utils.dart';
|
||||
export 'separator_input_formatter.dart';
|
||||
|
||||
|
||||
export 'local/local_utils.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user