2025-05-24 15:12:40 +03:30
|
|
|
import 'package:rasadyar_core/core.dart';
|
|
|
|
|
import 'package:rasadyar_livestock/presentation/page/root/logic.dart';
|
|
|
|
|
|
|
|
|
|
class RequestsLogic extends GetxController {
|
|
|
|
|
RxList<int> filterSelected = <int>[].obs;
|
|
|
|
|
|
2025-05-26 14:00:52 +03:30
|
|
|
RxBool isFilterShowed = false.obs;
|
|
|
|
|
|
2025-05-24 15:12:40 +03:30
|
|
|
}
|