pubspec.yaml 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. name: vitalapp
  2. description: Flyinsono flutter client.
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `pub publish`. This is preferred for private packages.
  5. publish_to: "none" # Remove this line if you wish to publish to pub.dev
  6. # The following defines the version and build number for your application.
  7. # A version number is three numbers separated by dots, like 1.2.43
  8. # followed by an optional build number separated by a +.
  9. # Both the version and the builder number may be overridden in flutter
  10. # build by specifying --build-name and --build-number, respectively.
  11. # In Android, build-name is used as versionName while build-number used as versionCode.
  12. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  13. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  14. # Read more about iOS versioning at
  15. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  16. version: 1.0.0+1
  17. environment:
  18. sdk: ">=2.18.2 <3.0.0"
  19. dependencies:
  20. flutter:
  21. sdk: flutter
  22. flutter_localizations:
  23. sdk: flutter
  24. # The following adds the Cupertino Icons font to your application.
  25. # Use with the CupertinoIcons class for iOS style icons.
  26. # cupertino_icons: ^1.0.2
  27. universal_html: 2.0.8
  28. file: 6.1.4
  29. get: 4.6.1
  30. dio: 4.0.6
  31. flutter_sms: 2.3.3
  32. url_launcher: 6.1.5
  33. fluwx: 3.9.1
  34. path_provider: 2.1.1
  35. shared_preferences: 2.2.0
  36. flutter_easyloading: 3.0.3
  37. sqflite: 2.2.0
  38. idb_shim: 2.3.1
  39. webview_flutter: 2.8.0
  40. flutter_fancy_tree_view: 1.1.1
  41. #杏聆荟的rpc库
  42. fis_jsonrpc:
  43. git:
  44. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  45. ref: f0c9b872ba
  46. vnote_device_plugin:
  47. git:
  48. url: http://git.ius.plus/Project-Vital/FlutterDevicePlugin.git
  49. ref: d0ac3d5
  50. vital_local_database:
  51. git:
  52. url: http://git.ius.plus:88/Project-Vital/FlutterLocalDB.git
  53. ref: f2e6201b01
  54. fis_ui:
  55. git:
  56. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  57. ref: 33f3019
  58. fis_theme:
  59. git:
  60. url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
  61. ref: 23644f6
  62. #path: ../fis_lib_ui
  63. flutter_smartscan_plugin:
  64. git:
  65. url: http://git.ius.plus/Project-Vital/FlutterSmartScanPlugin.git
  66. ref: 1c501b4
  67. # path: ..\FlutterLocalDB
  68. fis_common:
  69. git:
  70. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  71. ref: abe0f000c4
  72. fis_i18n:
  73. git:
  74. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  75. ref: 973aa23
  76. fis_lib_report:
  77. git:
  78. url: http://git.ius.plus/Project-Wing/fis_lib_report.git
  79. ref: f1cdac2
  80. fis_lib_business_components:
  81. git:
  82. url: http://git.ius.plus:88/Project-Wing/fis_lib_business_components.git
  83. ref: f8f5092
  84. # path: ..\FlutterSmartScanPlugin
  85. # fis_ui:
  86. # git:
  87. # url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  88. particles_flutter: 0.1.4
  89. cool_dropdown: 2.1.0
  90. calendar_date_picker2: 0.5.3
  91. date_format: 2.0.7
  92. intl: 0.17.0
  93. flutter_inappwebview: 5.3.2
  94. # image: 4.0.17
  95. image_picker: 0.8.4+3
  96. super_tooltip: 2.0.4
  97. flutter_staggered_grid_view: 0.6.2
  98. animations: 2.0.2
  99. permission_handler: 10.2.0
  100. uuid: ^3.0.4
  101. connectivity_plus: 5.0.1
  102. platform_device_id: 1.0.1
  103. package_info_plus: 4.2.0
  104. install_plugin_custom:
  105. git:
  106. url: http://git.ius.plus/Project-Wing/install_plugin_custom.git
  107. ref: master
  108. idread:
  109. path: ./packages/idread
  110. camera: ^0.10.5+5
  111. image_gallery_saver: ^2.0.3
  112. google_mlkit_face_detection: ^0.9.0
  113. # flutter_blue: ^0.8.0
  114. # geolocator: ^10.0.1
  115. flutter_blue_plus: ^1.31.4
  116. geolocator: ^10.0.1
  117. qr_code_scanner: ^1.0.1
  118. # 打印用到的库
  119. flutter_screenutil: ^5.7.0
  120. android_usb_printer: ^0.0.1
  121. print_image_generate_tool: ^0.0.2
  122. image: ^3.0.2
  123. isolates: ^3.0.3
  124. esc_utils: ^0.0.1
  125. tsc_utils: ^0.0.1
  126. flutter_printer_plus: ^1.0.0+1
  127. barcode_widget: ^2.0.1
  128. barcode: ^2.2.6
  129. barcode_image: ^2.0.2
  130. barcode_finder: ^0.0.5
  131. wifi_iot: ^0.3.19
  132. # camera_android_camerax: ^0.5.0+22
  133. # 需要覆盖版本号的依赖
  134. dependency_overrides:
  135. dio: 4.0.6
  136. webviewx: 0.2.1
  137. csslib: 0.17.2
  138. http: 0.13.4
  139. flutter_svg: 2.0.2
  140. audio_session: 0.1.6
  141. flutter_sound: 9.2.13
  142. csv: 6.0.0
  143. excel: 3.0.0
  144. flutter_sound_platform_interface: 9.2.13
  145. universal_html: 2.0.8
  146. fis_common:
  147. git:
  148. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  149. ref: fd6bf32
  150. fis_ui:
  151. git:
  152. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  153. ref: "33f3019"
  154. fis_jsonrpc:
  155. git:
  156. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  157. ref: e1c2913
  158. #path: ../fis_lib_jsonrpc
  159. fis_theme:
  160. git:
  161. url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
  162. ref: 23644f6
  163. fis_i18n:
  164. git:
  165. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  166. ref: 9fad9e15a3
  167. vid:
  168. git:
  169. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  170. ref: bcc5ea0
  171. fis_vid:
  172. git:
  173. url: http://git.ius.plus/Project-Wing/fis_lib_vid.git
  174. ref: c15c5a5
  175. fis_vid_ext:
  176. git:
  177. url: http://git.ius.plus/Project-Wing/fis_lib_vid_ext.git
  178. ref: d5e2597101
  179. fis_measure:
  180. git:
  181. url: http://git.ius.plus/Project-Wing/fis_lib_measure.git
  182. ref: "71c43f8"
  183. #path: ../fis_lib_measure
  184. fis_resource:
  185. git:
  186. url: http://git.ius.plus:88/Project-Wing/fis_lib_resource.git
  187. ref: 639604b49d
  188. fis_lib_report:
  189. git:
  190. url: http://git.ius.plus/Project-Wing/fis_lib_report.git
  191. ref: 0ad6907
  192. #path: ../fis_lib_report
  193. fis_lib_pdf:
  194. git:
  195. url: http://git.ius.plus:88/Project-Wing/fis_lib_pdf.git
  196. ref: d22f615
  197. #path: ../fis_lib_pdf
  198. fis_lib_print:
  199. git:
  200. url: http://git.ius.plus/Project-Wing/fis_lib_print.git
  201. ref: d23341a
  202. dev_dependencies:
  203. flutter_test:
  204. sdk: flutter
  205. # For information on the generic Dart part of this file, see the
  206. # following page: https://dart.dev/tools/pub/pubspec
  207. # The following section is specific to Flutter.
  208. flutter:
  209. # The following line ensures that the Material Icons font is
  210. # included with your application, so that you can use the icons in
  211. # the material Icons class.
  212. uses-material-design: true
  213. # To add assets to your application, add an assets section, like this:
  214. assets:
  215. - assets/app_params.json
  216. - assets/docs/
  217. - assets/images/
  218. - assets/images/icons/
  219. - assets/images/patient/
  220. - assets/images/exam/
  221. - assets/images/device/icon/
  222. - assets/images/home/
  223. - assets/images/healthCheck/
  224. - assets/valid_models/ch_PP-OCRv4_det_infer.onnx
  225. - assets/valid_models/ch_PP-OCRv4_rec_infer.onnx
  226. - assets/valid_models/ch_ppocr_mobile_v2.0_cls_train.onnx
  227. - assets/valid_models/ppocr_keys_v1.txt
  228. - assets/fonts/NotoSansSC-R-fixed.otf
  229. - assets/data/3-6.json
  230. # - images/a_dot_burr.jpeg
  231. # - images/a_dot_ham.jpeg
  232. # An image asset can refer to one or more resolution-specific "variants", see
  233. # https://flutter.dev/assets-and-images/#resolution-aware.
  234. # For details regarding adding assets from package dependencies, see
  235. # https://flutter.dev/assets-and-images/#from-packages
  236. # To add custom fonts to your application, add a fonts section here,
  237. # in this "flutter" section. Each entry in this list should have a
  238. # "family" key with the font family name, and a "fonts" key with a
  239. # list giving the asset and other descriptors for the font. For
  240. # example:
  241. # fonts:
  242. # - family: RubikMonoOne
  243. # fonts:
  244. # - asset: assets/fonts/NotoSansSC-Regular.ttf
  245. # - asset: assets/fonts/Roboto-BlackItalic-2.ttf
  246. # - asset: assets/fonts/Roboto-Bold-3.ttf
  247. # - asset: assets/fonts/Roboto-BoldItalic-6.ttf
  248. # - asset: assets/fonts/Roboto-Italic-9.ttf
  249. # - asset: assets/fonts/Roboto-Light-10.ttf
  250. # - asset: assets/fonts/Roboto-LightItalic-11.ttf
  251. # - asset: assets/fonts/Roboto-Medium-12.ttf
  252. # - asset: assets/fonts/Roboto-MediumItalic-13.ttf
  253. # - asset: assets/fonts/Roboto-Regular-14.ttf
  254. # - asset: assets/fonts/Roboto-Thin-15.ttf
  255. # - asset: assets/fonts/Roboto-ThinItalic-16.ttf
  256. # - asset: fonts/Schyler-Italic.ttf
  257. # style: italic
  258. # - family: Trajan Pro
  259. # fonts:
  260. # - asset: fonts/TrajanPro.ttf
  261. # - asset: fonts/TrajanPro_Bold.ttf
  262. # weight: 700
  263. #
  264. # fonts:
  265. # #fix issue 70101 - https://github.com/flutter/flutter/issues/70101
  266. # - family: Roboto
  267. # fonts:
  268. # - asset: assets/fonts/Flutter_Roboto.ttf
  269. #icon fonts
  270. # - family: Icon_Meteocons
  271. # fonts:
  272. # - asset: assets/icons/Meteocons.ttf
  273. # - family: FisIcons
  274. # fonts:
  275. # - asset: assets/icons/FisIcons.ttf
  276. # For details regarding fonts from package dependencies,
  277. # see https://flutter.dev/custom-fonts/#from-packages