|
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
environment:
|
|
|
- sdk: ">=2.16.2 <3.0.0"
|
|
|
+ sdk: '>=2.16.2 <3.0.0'
|
|
|
|
|
|
# Dependencies specify other packages that your package needs in order to work.
|
|
|
# To automatically upgrade your package dependencies to the latest versions
|
|
@@ -30,7 +30,6 @@ dependencies:
|
|
|
flutter:
|
|
|
sdk: flutter
|
|
|
|
|
|
-
|
|
|
uuid: ^3.0.6
|
|
|
dio: 4.0.6
|
|
|
flutter_staggered_grid_view: 0.6.2
|
|
@@ -39,41 +38,40 @@ dependencies:
|
|
|
cupertino_icons: ^1.0.2
|
|
|
fis_ui:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
|
|
|
- ref: 33f3019
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_ui.git
|
|
|
+ ref: 0d85040
|
|
|
|
|
|
dependency_overrides:
|
|
|
fis_common:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_common.git
|
|
|
ref: abe0f000c4
|
|
|
fis_lib_business_components:
|
|
|
git:
|
|
|
- url: http://git.ius.plus/Project-Wing/fis_lib_business_components.git
|
|
|
- ref: "9bc76a3"
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_business_components.git
|
|
|
+ ref: '555ed90'
|
|
|
#path: ../fis_lib_business_components
|
|
|
fis_theme:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
|
|
|
- ref: 23644f6
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_theme.git
|
|
|
+ ref: f5438d0
|
|
|
#path: ../fis_lib_theme
|
|
|
fis_ui:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
|
|
|
- ref: 33f3019
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_ui.git
|
|
|
+ ref: 0d85040
|
|
|
fis_jsonrpc:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
|
|
|
- ref: 2ebd4c4
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_jsonrpc.git
|
|
|
+ ref: 24124fd
|
|
|
fis_i18n:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
|
|
|
- ref: 973aa23
|
|
|
+ url: http://git.ids.center/Project-Wing/fis_lib_i18n.git
|
|
|
+ ref: '4268859'
|
|
|
vid:
|
|
|
git:
|
|
|
- url: http://git.ius.plus:88/Project-Wing/flutter_vid
|
|
|
- ref: bcc5ea0
|
|
|
-
|
|
|
+ url: http://git.ids.center/Project-Wing/flutter_vid
|
|
|
+ ref: 8f911fb
|
|
|
|
|
|
dev_dependencies:
|
|
|
flutter_test:
|
|
@@ -91,7 +89,6 @@ dev_dependencies:
|
|
|
|
|
|
# The following section is specific to Flutter.
|
|
|
flutter:
|
|
|
-
|
|
|
# The following line ensures that the Material Icons font is
|
|
|
# included with your application, so that you can use the icons in
|
|
|
# the material Icons class.
|
|
@@ -102,7 +99,6 @@ flutter:
|
|
|
|
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
|
|
-
|
|
|
assets:
|
|
|
# 应用预置参数
|
|
|
- assets/manifestInfo.json
|