From edd5ba1e2443727d6cdbbe7cd82815d19c6b2d39 Mon Sep 17 00:00:00 2001 From: Furkan Date: Fri, 20 Jan 2023 10:00:36 +0300 Subject: [PATCH] upgrading package to 0.3.0 --- example/pubspec.lock | 2 +- example/pubspec.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index ae2f9c6..c7929ef 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -213,7 +213,7 @@ packages: source: hosted version: "1.8.2" permission_handler: - dependency: "direct main" + dependency: transitive description: name: permission_handler url: "https://pub.dartlang.org" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 77f908a..2c23cad 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -36,7 +36,6 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - permission_handler: ^10.2.0 dev_dependencies: flutter_test: