2025-05-21 09:04:21 +03:30
|
|
|
import 'package:rasadyar_core/core.dart';
|
2025-08-04 15:31:34 +03:30
|
|
|
import 'package:rasadyar_livestock/presentation/widgets/base_page/logic.dart';
|
2025-05-21 09:04:21 +03:30
|
|
|
|
|
|
|
|
class MapLogic extends GetxController {
|
2025-05-25 16:54:43 +03:30
|
|
|
var ss = Get.find<DraggableBottomSheetController>();
|
2025-08-04 15:31:34 +03:30
|
|
|
BaseLogic baseLogic = Get.find<BaseLogic>();
|
2025-05-21 09:04:21 +03:30
|
|
|
}
|