diff --git a/marking_app/pubspec.yaml b/marking_app/pubspec.yaml index 5cebb4e..03da983 100644 --- a/marking_app/pubspec.yaml +++ b/marking_app/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 `flutter 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 @@ -15,10 +15,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.87 +version: 1.0.96 environment: - sdk: '>=2.17.1 <3.0.0' + sdk: ">=2.17.1 <3.0.0" # Dependencies specify other packages that your package needs in order to woyrk. # To automatically upgrade your package dependencies to the latest versions @@ -29,8 +29,7 @@ environment: dependencies: flutter: sdk: flutter - flutter_localizations: - sdk: flutter + # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 @@ -40,7 +39,7 @@ dependencies: # easy_refresh: ^3.3.2+1 retrofit: ^3.3.1 logger: ^1.1.0 - + flutter_lints: ^2.0.0 fluttertoast: ^8.2.3 json_annotation: ^4.8.1 @@ -61,6 +60,7 @@ dependencies: permission_handler: ^11.0.1 flutter_widget_from_html_core: ^0.10.3 + # 事件总线 event_bus: ^2.0.0 image_picker: ^0.8.6 @@ -108,7 +108,6 @@ dependencies: badges: ^3.1.2 horizontal_data_table: ^4.1.1 data_table_2: ^2.5.10 - syncfusion_flutter_datepicker: ^21.2.4 dev_dependencies: flutter_test: @@ -118,13 +117,16 @@ dev_dependencies: json_serializable: ^6.3.1 # 分离样式 functional_widget: ^0.10.1 - + + # The "flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. + + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec