feat : new ui and fix bug's

This commit is contained in:
2025-10-06 10:57:46 +03:30
parent a4c7fa87a3
commit 887aff27ae
44 changed files with 842 additions and 206 deletions

View File

@@ -93,6 +93,8 @@ class BasePage extends GetView<BaseLogic> {
return PopScope(
canPop: false,
onPopInvokedWithResult: (didPop, result) {
tLog("PopScope Tapped ==> $didPop");
if (!didPop) {
onPopScopTaped!();
}