refactor: clean up imports in api_client and auth_repository files

This commit is contained in:
Nils-Johan Gynther
2026-04-21 21:41:15 +02:00
parent 3996456f6f
commit cdfca35b9e
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
import 'dart:io';
import 'package:http/http.dart' as http;
/// Platform-neutral HTTP client wrapping the internal API base URL.
@@ -1,6 +1,6 @@
import 'dart:convert';
import '../../core/api/api_client.dart';
import '../../core/platform/token_storage.dart';
import '../../../core/api/api_client.dart';
import '../../../core/platform/token_storage.dart';
class AuthRepository {
final ApiClient _api;
-1
View File
@@ -16,7 +16,6 @@ dependencies:
flutter_riverpod: ^2.5.1
http: ^1.2.1
shared_preferences: ^2.2.3
flutter_secure_storage: ^9.2.2
dev_dependencies:
flutter_test: