refactor: clean up imports in api_client and auth_repository files
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import 'dart:io';
|
|
||||||
import 'package:http/http.dart' as http;
|
import 'package:http/http.dart' as http;
|
||||||
|
|
||||||
/// Platform-neutral HTTP client wrapping the internal API base URL.
|
/// Platform-neutral HTTP client wrapping the internal API base URL.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
import '../../core/api/api_client.dart';
|
import '../../../core/api/api_client.dart';
|
||||||
import '../../core/platform/token_storage.dart';
|
import '../../../core/platform/token_storage.dart';
|
||||||
|
|
||||||
class AuthRepository {
|
class AuthRepository {
|
||||||
final ApiClient _api;
|
final ApiClient _api;
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ dependencies:
|
|||||||
flutter_riverpod: ^2.5.1
|
flutter_riverpod: ^2.5.1
|
||||||
http: ^1.2.1
|
http: ^1.2.1
|
||||||
shared_preferences: ^2.2.3
|
shared_preferences: ^2.2.3
|
||||||
flutter_secure_storage: ^9.2.2
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user