From 3e005112ccc8165651fa481f356bc273792cbb07 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Wed, 8 Mar 2023 17:37:52 +0100 Subject: [PATCH] feat: Remove google core deps --- pubspec.lock | 16 ---------------- pubspec.yaml | 1 - 2 files changed, 17 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c604197a..fe5cf803 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -824,22 +824,6 @@ packages: url: "https://pub.dev" source: hosted version: "3.3.0" - in_app_review: - dependency: "direct main" - description: - name: in_app_review - sha256: "16328b8202d36522322b95804ae5d975577aa9f584d634985849ba1099645850" - url: "https://pub.dev" - source: hosted - version: "2.0.6" - in_app_review_platform_interface: - dependency: transitive - description: - name: in_app_review_platform_interface - sha256: b12ec9aaf6b34d3a72aa95895eb252b381896246bdad4ef378d444affe8410ef - url: "https://pub.dev" - source: hosted - version: "2.0.4" integration_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 4ee13ce1..c9e00f66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -90,7 +90,6 @@ dependencies: flutter_displaymode: ^0.5.0 dynamic_color: ^1.5.4 flutter_html: ^3.0.0-alpha.6 - in_app_review: ^2.0.6 dev_dependencies: integration_test: