@@ -2,7 +2,7 @@ name: ciyue
22description : " A mdict dictionary with Android/Windows/Linux support"
33# The following line prevents the package from being accidentally published to
44# pub.dev using `flutter pub publish`. This is preferred for private packages.
5- publish_to : ' none' # Remove this line if you wish to publish to pub.dev
5+ publish_to : " none" # Remove this line if you wish to publish to pub.dev
66
77# The following defines the version and build number for your application.
88# A version number is three numbers separated by dots, like 1.2.43
@@ -17,10 +17,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717# In Windows, build-name is used as the major, minor, and patch parts
1818# of the product and file versions while build-number is used as the build suffix.
1919
20- version : 1.22.0-beta.2 +84
20+ version : 1.22.0-beta.3 +84
2121
2222environment :
23- sdk : ' >=3.4.0 <4.0.0'
23+ sdk : " >=3.4.0 <4.0.0"
2424
2525# Dependencies specify other packages that your package needs in order to work.
2626# To automatically upgrade your package dependencies to the latest versions
@@ -32,7 +32,6 @@ dependencies:
3232 flutter :
3333 sdk : flutter
3434
35-
3635 # The following adds the Cupertino Icons font to your application.
3736 # Use with the CupertinoIcons class for iOS style icons.
3837 # cupertino_icons: ^1.0.8
@@ -109,7 +108,6 @@ dev_dependencies:
109108
110109# The following section is specific to Flutter packages.
111110flutter :
112-
113111 # The following line ensures that the Material Icons font is
114112 # included with your application, so that you can use the icons in
115113 # the material Icons class.
0 commit comments