1-bottom sheet
2- on tap location
3- swipe widget
This commit is contained in:
2025-04-14 16:23:09 +03:30
parent 28d43aa027
commit cf4dfb23ea
28 changed files with 349 additions and 68 deletions

View File

@@ -234,8 +234,7 @@ class AuthWithUseAndPassPage extends GetView<AuthWithUseAndPassLogic> {
RElevated(
text: 'ورود',
onPressed: () {
di.get<Logger>().t(data.value.currentState?.validate());
di.get<Logger>().t(controller.captchaController.validate());
if (data.value.currentState?.validate() == true &&
controller.captchaController.validate()) {
Get.toNamed(SupervisionRoutes.supervision);