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

@@ -8,7 +8,7 @@ class UserService extends GetxService {
@override
void onInit() {
return super.onInit();
_userLocalStorage = di.get<UserRepository>();
// _userLocalStorage = di.get<UserRepository>();
}
Future<bool> isUserAuthed() async {