feat : change app inspector and exception handling

This commit is contained in:
2025-07-12 17:06:29 +03:30
parent e52674de37
commit 0fc16569a6
24 changed files with 472 additions and 322 deletions

View File

@@ -5,9 +5,17 @@ import 'package:rasadyar_core/core.dart';
final di = GetIt.instance;
Future<void> setupInjection() async{
await setupAuthDI();
Future<void> setupPreInjection() async{
await setupAllCoreProvider();
await setupAuthDI();
}
Future<void> setupInjection() async{
await setupChickenDI();
}