From b5714a1b34c34f4e7fb58cde11181981205a0ca0 Mon Sep 17 00:00:00 2001 From: krawieck Date: Tue, 26 Jan 2021 23:28:46 +0100 Subject: [PATCH] revert to proper ciapkas --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 24ba2aa..130ef98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +publish_to: "none" # Remove this line if you wish to publish to pub.dev # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 0.1.0 environment: - sdk: '>=2.7.0 <3.0.0' + sdk: ">=2.7.0 <3.0.0" dependencies: # widgets @@ -32,7 +32,7 @@ dependencies: # native esys_flutter_share: ^1.0.2 url_launcher: ^5.5.1 - shared_preferences: '>=0.5.0 <2.0.0' + shared_preferences: ">=0.5.0 <2.0.0" package_info: ^0.4.3 image_picker: ^0.6.7 @@ -67,7 +67,7 @@ flutter_icons: android: true ios: true image_path: assets/app_icon.png - adaptive_icon_background: '#ffffff' + adaptive_icon_background: "#ffffff" adaptive_icon_foreground: assets/adaptive_icon_fg.png # For information on the generic Dart part of this file, see the