From 36754ba47da7a3277d5be183a523c912a1dc4cef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 31 三月 2022 15:07:08 +0800 Subject: [PATCH] service服务bug修复 --- src/main/resources/code/flutter_module/pubspec.yaml | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/main/resources/code/flutter_module/pubspec.yaml b/src/main/resources/code/flutter_module/pubspec.yaml index 4d43c65..bdea7cb 100644 --- a/src/main/resources/code/flutter_module/pubspec.yaml +++ b/src/main/resources/code/flutter_module/pubspec.yaml @@ -1,6 +1,8 @@ name: flutter_module description: A new Flutter module. + +publish_to: 'none' # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional build number separated by a +. @@ -33,7 +35,7 @@ sdk: flutter flutter_lints: ^1.0.0 cupertino_icons: ^1.0.3 - permission_handler: ^8.2.6 + permission_handler: ^9.0.2 shared_preferences: ^2.0.8 @@ -61,7 +63,7 @@ path_provider: ^2.0.6 #寰俊鐧诲綍 - fluwx_no_pay: ^3.6.1+5 + fluwx_no_pay: ^3.8.1 event_bus: ^2.0.0 @@ -106,7 +108,7 @@ flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' - ref: 'v3.0-null-safety-preview.18' + ref: 'v3.0-null-safety-release.1' # For information on the generic Dart part of this file, see the @@ -118,6 +120,14 @@ # the material Icons class. uses-material-design: true + assets: + - assets/imgs/ + - assets/imgs/advice/ + - assets/imgs/common/ + - assets/imgs/login/ + - assets/imgs/video/ + - assets/imgs/home/ + # To add Flutter specific assets to your application, add an assets section, # like this: # assets: -- Gitblit v1.8.0