fix : some di remove in module page

This commit is contained in:
2025-09-01 10:50:05 +03:30
parent d8eedd106a
commit 5af5d63a1e
12 changed files with 275 additions and 48 deletions

View File

@@ -10,7 +10,6 @@ class DioRemote implements IHttpClient {
@override
Future<void> init() async {
fLog(baseUrl);
dio = Dio(BaseOptions(baseUrl: baseUrl ?? ''));
if (interceptors != null) {
interceptors!.dio = dio;

View File

@@ -97,7 +97,7 @@ dev_dependencies:
build_runner: ^2.7.0
hive_ce_generator: ^1.9.3
freezed: ^3.2.0
json_serializable: ^6.10.0
json_serializable: ^6.11.0
test: ^1.24.0