6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 4da1dbe3
Changed files
comwell_key_app/lib/services/api.dart | 1 - comwell_key_app/lib/utils/locator.dart | 2 -- comwell_key_app/pubspec.yaml | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-)
Diff
diff --git a/comwell_key_app/lib/services/api.dart b/comwell_key_app/lib/services/api.dart
index 1c365bcc..7be286ee 100644
--- a/comwell_key_app/lib/services/api.dart
+++ b/comwell_key_app/lib/services/api.dart
@@ -18,7 +18,6 @@ import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:package_info_plus/package_info_plus.dart';
-import 'package:payment_plugin/data/remote/models/stored_payment_methods_response.dart';
class Api {
Dio? _dio;
diff --git a/comwell_key_app/lib/utils/locator.dart b/comwell_key_app/lib/utils/locator.dart
index 6fd3a791..09e62ad4 100644
--- a/comwell_key_app/lib/utils/locator.dart
+++ b/comwell_key_app/lib/utils/locator.dart
@@ -14,7 +14,6 @@ import 'package:comwell_key_app/pregistration/pregistration_repository.dart';
import 'package:comwell_key_app/profile/profile_repository.dart';
import 'package:comwell_key_app/profile_settings/repostiory/profile_settings_repository.dart';
import 'package:comwell_key_app/services/http_client.dart';
-import 'package:comwell_key_app/services/utils/api_endpoints.dart';
import 'package:comwell_key_app/share/share_booking_repository.dart';
import 'package:comwell_key_app/push_notifications/push_notification_repository.dart';
import 'package:comwell_key_app/tracking/comwell_tracking.dart';
@@ -25,7 +24,6 @@ import 'package:comwell_key_app/routing/app_router.dart';
import 'package:flutter/material.dart';
import 'package:device_info_plus/device_info_plus.dart';
import 'package:flutter/foundation.dart';
-import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:get_it/get_it.dart';
import 'package:payment_plugin/domain/repositories/adyen_repository.dart';
import 'package:seos_mobile_keys_plugin/seos_mobile_keys_plugin.dart';
diff --git a/comwell_key_app/pubspec.yaml b/comwell_key_app/pubspec.yaml
index 57a6794c..52b2df1c 100644
--- a/comwell_key_app/pubspec.yaml
+++ b/comwell_key_app/pubspec.yaml
@@ -2,7 +2,7 @@ name: comwell_key_app
description: This app needs a description
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 0.0.2+20
+version: 0.0.2+21
environment:
sdk: '>=3.5.0 <4.0.0'
dependencies: