replace double quotes with single quotes
This commit is contained in:
parent
0669829815
commit
72595f79e2
|
@ -3,7 +3,7 @@ description: A new Flutter project.
|
||||||
|
|
||||||
# The following line prevents the package from being accidentally published to
|
# The following line prevents the package from being accidentally published to
|
||||||
# pub.dev using `pub publish`. This is preferred for private packages.
|
# 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.
|
# The following defines the version and build number for your application.
|
||||||
# A version number is three numbers separated by dots, like 1.2.43
|
# 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
|
version: 0.1.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.7.0 <3.0.0"
|
sdk: '>=2.7.0 <3.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
# widgets
|
# widgets
|
||||||
|
@ -32,7 +32,7 @@ dependencies:
|
||||||
# native
|
# native
|
||||||
esys_flutter_share: ^1.0.2
|
esys_flutter_share: ^1.0.2
|
||||||
url_launcher: ^5.5.1
|
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
|
package_info: ^0.4.3
|
||||||
|
|
||||||
# state management
|
# state management
|
||||||
|
|
Loading…
Reference in New Issue