From 72595f79e2b9a41be45d4797f23951bee860a1d6 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Fri, 2 Oct 2020 17:06:04 +0200 Subject: [PATCH] replace double quotes with single quotes --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2900aac..18a80ae 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 # state management