pubspec.yaml 8.7 KB

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