kelola penyewa dan beberapa error fix

This commit is contained in:
Andreas Malvino
2025-07-09 16:01:10 +07:00
parent 0423c2fdf9
commit 47766bbdda
90 changed files with 2705 additions and 1555 deletions

View File

@ -48,10 +48,6 @@ void main() async {
debugPrint('❌ Error initializing auth provider: $e');
}
// Pre-register the dashboard controller to fix dependency issues
Get.put(PetugasBumdesDashboardController(), permanent: true);
debugPrint('✅ PetugasBumdesDashboardController initialized globally');
// Register services yang akan digunakan secara global
ServiceManager.registerServices();