pubspec.yaml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  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: d0fbb4972be
  46. vnote_device_plugin:
  47. git:
  48. url: http://git.ius.plus/Project-Vital/FlutterDevicePlugin.git
  49. ref: 956e58bcf5da0a0e02303b49278aef2422285459
  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. ecg_list_view:
  85. git:
  86. url: http://git.ius.plus/loki.wu/ecg_list_view.git
  87. ref: 595dcdedca87aa90d5e2debb0d46ce785c1764f3
  88. # path: ..\FlutterSmartScanPlugin
  89. # fis_ui:
  90. # git:
  91. # url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  92. particles_flutter: 0.1.4
  93. cool_dropdown: 2.1.0
  94. calendar_date_picker2: 0.5.3
  95. date_format: 2.0.7
  96. intl: 0.17.0
  97. flutter_inappwebview: 5.3.2
  98. # image: 4.0.17
  99. image_picker: 0.8.4+3
  100. super_tooltip: 2.0.4
  101. flutter_staggered_grid_view: 0.6.2
  102. animations: 2.0.2
  103. permission_handler: 10.2.0
  104. uuid: ^3.0.4
  105. connectivity_plus: 5.0.1
  106. platform_device_id: 1.0.1
  107. package_info_plus: 4.2.0
  108. install_plugin_custom:
  109. git:
  110. url: http://git.ius.plus/Project-Wing/install_plugin_custom.git
  111. ref: master
  112. idread:
  113. path: ./packages/idread
  114. camera: ^0.10.5+5
  115. image_gallery_saver: ^2.0.3
  116. google_mlkit_face_detection: ^0.9.0
  117. # flutter_blue: ^0.8.0
  118. # geolocator: ^10.0.1
  119. flutter_blue_plus: ^1.31.4
  120. geolocator: ^10.0.1
  121. qr_code_scanner: ^1.0.1
  122. # 打印用到的库
  123. flutter_screenutil: ^5.7.0
  124. android_usb_printer: ^0.0.1
  125. print_image_generate_tool: ^0.0.2
  126. image: ^3.0.2
  127. isolates: ^3.0.3
  128. esc_utils: ^0.0.1
  129. tsc_utils: ^0.0.1
  130. flutter_printer_plus: ^1.0.0+1
  131. barcode_widget: ^2.0.1
  132. barcode: ^2.2.6
  133. barcode_image: ^2.0.2
  134. barcode_finder: ^0.0.5
  135. wifi_iot: ^0.3.19
  136. file_picker: ^5.3.1
  137. # camera_android_camerax: ^0.5.0+22
  138. # 需要覆盖版本号的依赖
  139. dependency_overrides:
  140. dio: 4.0.6
  141. webviewx: 0.2.1
  142. csslib: 0.17.2
  143. http: 0.13.4
  144. flutter_svg: 2.0.2
  145. audio_session: 0.1.6
  146. flutter_sound: 9.2.13
  147. csv: 6.0.0
  148. excel: 3.0.0
  149. flutter_sound_platform_interface: 9.2.13
  150. universal_html: 2.0.8
  151. fis_jsonrpc:
  152. git:
  153. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  154. ref: cee8a54
  155. #path: ../fis_lib_jsonrpc
  156. fis_common:
  157. git:
  158. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  159. ref: fd6bf32
  160. fis_ui:
  161. git:
  162. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  163. ref: "33f3019"
  164. fis_theme:
  165. git:
  166. url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
  167. ref: 23644f6
  168. fis_i18n:
  169. git:
  170. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  171. ref: 9fad9e15a3
  172. vid:
  173. git:
  174. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  175. ref: bcc5ea0
  176. fis_vid:
  177. git:
  178. url: http://git.ius.plus/Project-Wing/fis_lib_vid.git
  179. ref: "3788950"
  180. fis_vid_ext:
  181. git:
  182. url: http://git.ius.plus/Project-Wing/fis_lib_vid_ext.git
  183. ref: d5e2597101
  184. fis_measure:
  185. git:
  186. url: http://git.ius.plus/Project-Wing/fis_lib_measure.git
  187. ref: "629fcf3"
  188. #path: ../fis_lib_measure
  189. fis_resource:
  190. git:
  191. url: http://git.ius.plus:88/Project-Wing/fis_lib_resource.git
  192. ref: 639604b49d
  193. fis_lib_report:
  194. git:
  195. url: http://git.ius.plus/Project-Wing/fis_lib_report.git
  196. ref: 0ad6907
  197. #path: ../fis_lib_report
  198. fis_lib_pdf:
  199. git:
  200. url: http://git.ius.plus:88/Project-Wing/fis_lib_pdf.git
  201. ref: d22f615
  202. #path: ../fis_lib_pdf
  203. fis_lib_print:
  204. git:
  205. url: http://git.ius.plus/Project-Wing/fis_lib_print.git
  206. ref: d23341a
  207. ecg_list_view:
  208. git:
  209. url: http://git.ius.plus/Project-Vital/ecg_list_view.git
  210. ref: 048765142df8e815ae4b8d955f51d9b52a54cc26
  211. # path: ../ecg_list_view
  212. dev_dependencies:
  213. flutter_test:
  214. sdk: flutter
  215. # For information on the generic Dart part of this file, see the
  216. # following page: https://dart.dev/tools/pub/pubspec
  217. # The following section is specific to Flutter.
  218. flutter:
  219. # The following line ensures that the Material Icons font is
  220. # included with your application, so that you can use the icons in
  221. # the material Icons class.
  222. uses-material-design: true
  223. # To add assets to your application, add an assets section, like this:
  224. assets:
  225. - assets/app_params.json
  226. - assets/data/measure_language.json
  227. - assets/docs/
  228. - assets/images/
  229. - assets/images/icons/
  230. - assets/images/patient/
  231. - assets/images/exam/
  232. - assets/images/device/icon/
  233. - assets/images/home/
  234. - assets/images/healthCheck/
  235. - assets/valid_models/ch_PP-OCRv4_det_infer.onnx
  236. - assets/valid_models/ch_PP-OCRv4_rec_infer.onnx
  237. - assets/valid_models/ch_ppocr_mobile_v2.0_cls_train.onnx
  238. - assets/valid_models/ppocr_keys_v1.txt
  239. - assets/fonts/NotoSansSC-R-fixed.otf
  240. - assets/data/3-6.json
  241. - assets/templates/
  242. - assets/templates/PrescriptionTemplates/
  243. # - images/a_dot_burr.jpeg
  244. # - images/a_dot_ham.jpeg
  245. # An image asset can refer to one or more resolution-specific "variants", see
  246. # https://flutter.dev/assets-and-images/#resolution-aware.
  247. # For details regarding adding assets from package dependencies, see
  248. # https://flutter.dev/assets-and-images/#from-packages
  249. # To add custom fonts to your application, add a fonts section here,
  250. # in this "flutter" section. Each entry in this list should have a
  251. # "family" key with the font family name, and a "fonts" key with a
  252. # list giving the asset and other descriptors for the font. For
  253. # example:
  254. # fonts:
  255. # - family: RubikMonoOne
  256. # fonts:
  257. # - asset: assets/fonts/NotoSansSC-Regular.ttf
  258. # - asset: assets/fonts/Roboto-BlackItalic-2.ttf
  259. # - asset: assets/fonts/Roboto-Bold-3.ttf
  260. # - asset: assets/fonts/Roboto-BoldItalic-6.ttf
  261. # - asset: assets/fonts/Roboto-Italic-9.ttf
  262. # - asset: assets/fonts/Roboto-Light-10.ttf
  263. # - asset: assets/fonts/Roboto-LightItalic-11.ttf
  264. # - asset: assets/fonts/Roboto-Medium-12.ttf
  265. # - asset: assets/fonts/Roboto-MediumItalic-13.ttf
  266. # - asset: assets/fonts/Roboto-Regular-14.ttf
  267. # - asset: assets/fonts/Roboto-Thin-15.ttf
  268. # - asset: assets/fonts/Roboto-ThinItalic-16.ttf
  269. # - asset: fonts/Schyler-Italic.ttf
  270. # style: italic
  271. # - family: Trajan Pro
  272. # fonts:
  273. # - asset: fonts/TrajanPro.ttf
  274. # - asset: fonts/TrajanPro_Bold.ttf
  275. # weight: 700
  276. #
  277. # fonts:
  278. # #fix issue 70101 - https://github.com/flutter/flutter/issues/70101
  279. # - family: Roboto
  280. # fonts:
  281. # - asset: assets/fonts/Flutter_Roboto.ttf
  282. #icon fonts
  283. # - family: Icon_Meteocons
  284. # fonts:
  285. # - asset: assets/icons/Meteocons.ttf
  286. # - family: FisIcons
  287. # fonts:
  288. # - asset: assets/icons/FisIcons.ttf
  289. # For details regarding fonts from package dependencies,
  290. # see https://flutter.dev/custom-fonts/#from-packages