From b4caabed8f9ddd529fe3c94a9fcdefa4c752fabe Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 24 Feb 2024 18:41:33 +0100 Subject: [PATCH] Removed unused package and updated app version --- pubspec.lock | 8 -------- pubspec.yaml | 3 +-- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7a4fe10..2a9e8b8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -297,14 +297,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.6.0" - expandable: - dependency: "direct main" - description: - name: expandable - sha256: "9604d612d4d1146dafa96c6d8eec9c2ff0994658d6d09fed720ab788c7f5afc2" - url: "https://pub.dev" - source: hosted - version: "5.0.1" fake_async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3e0cf8b..fe0da50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.0+1 +version: 0.2.0+2 environment: sdk: '>=3.2.6 <4.0.0' @@ -50,7 +50,6 @@ dependencies: flutter_inappwebview: ^6.0.0 share_plus: ^7.2.2 package_info_plus: ^5.0.1 - expandable: ^5.0.1 easy_autocomplete: ^1.6.0 sentry_flutter: ^7.16.1 flutter_dotenv: ^5.1.0