chore : change package supervision to inspection

This commit is contained in:
2025-04-22 15:51:05 +03:30
parent a45c0807d1
commit 1ad180d0b6
32 changed files with 121 additions and 127 deletions

View File

@@ -0,0 +1,5 @@
import 'package:rasadyar_core/core.dart';
class RegistrationOfViolationLogic extends GetxController {
RxInt countViolation = 1.obs;
}