feat : cashing data in local storage and send it

This commit is contained in:
2025-08-11 12:56:26 +03:30
parent 2669af7a92
commit aa1b9e899a
16 changed files with 635 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ import 'presentation/routes/auth_route_resolver_impl.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Hive.initFlutter();
await setupPreInjection();
Get.put(TokenStorageService());
await Get.find<TokenStorageService>().init();