pubspec.yaml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. name: vid_player_demo
  2. description: A new Flutter project.
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `flutter 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.16.2 <3.0.0"
  19. # Dependencies specify other packages that your package needs in order to work.
  20. # To automatically upgrade your package dependencies to the latest versions
  21. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  22. # dependencies can be manually updated by changing the version numbers below to
  23. # the latest version available on pub.dev. To see which dependencies have newer
  24. # versions available, run `flutter pub outdated`.
  25. dependencies:
  26. flutter:
  27. sdk: flutter
  28. flutter_localizations:
  29. sdk: flutter
  30. # The following adds the Cupertino Icons font to your application.
  31. # Use with the CupertinoIcons class for iOS style icons.
  32. # cupertino_icons: ^1.0.2
  33. shared_preferences: 2.0.5
  34. fis_common:
  35. git:
  36. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  37. ref: ^1.0.0
  38. fis_theme:
  39. git:
  40. url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
  41. ref: ^1.0.0.2
  42. fis_ui:
  43. git:
  44. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  45. ref: ^1.0.1-rc3
  46. fis_resource:
  47. git:
  48. url: http://git.ius.plus:88/Project-Wing/fis_lib_resource.git
  49. ref: ^1.0.1.1
  50. fis_i18n:
  51. git:
  52. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  53. ref: ^1.0.0
  54. fis_jsonrpc:
  55. git:
  56. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  57. ref: ^1.1.1
  58. vid:
  59. git:
  60. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  61. ref: 173b68819c
  62. fis_measure:
  63. git:
  64. url: http://git.ius.plus/melon.yin/fis_lib_measure.git
  65. ref: cad42474f0
  66. # path: ../fis_lib_measure
  67. fis_lib_report:
  68. git:
  69. url: http://git.ius.plus/loki.wu/fis_lib_report.git
  70. ref: 07399ae03e
  71. fis_lib_pdf:
  72. git:
  73. url: http://git.ius.plus/jimmy.jiang/fis_lib_pdf.git
  74. ref: 860efd7523
  75. path_provider: 2.0.2
  76. synchronized: 3.0.0
  77. get: 4.6.1
  78. intl: 0.17.0
  79. flutter_easyloading: 3.0.3
  80. data_table_2: 2.1.1
  81. flutter_screenutil: 5.0.3
  82. # device_info_plus: 3.1.0
  83. webview_flutter: 3.0.0
  84. webview_flutter_web: 0.1.0+4
  85. flutter_picker: 2.0.2
  86. image: 3.1.3
  87. image_picker: 0.8.5
  88. path: 1.8.0
  89. mime: 1.0.1
  90. url_strategy: 0.2.0
  91. flutter_slidable: 1.2.0
  92. universal_html: 2.0.8
  93. dio: 4.0.6
  94. http: 0.13.4
  95. cropperx: 1.0.0
  96. animations: 2.0.2
  97. # web_socket_channel: 2.2.0
  98. pull_to_refresh: 2.0.0
  99. flutter_treeview: 1.0.7+1
  100. qr_code_scanner: 0.7.0
  101. charset: ^1.0.1
  102. # 需要覆盖版本号的依赖
  103. dependency_overrides:
  104. image_picker_android: 0.8.4+13
  105. fis_measure:
  106. path: ../fis_packages/fis_lib_measure
  107. fis_common:
  108. git:
  109. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  110. ref: 63dcf70026
  111. # path: ../fis_packages/fis_lib_common
  112. fis_i18n:
  113. git:
  114. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  115. ref: da760eb50d
  116. # path: ../fis_packages/fis_lib_i18n
  117. fis_ui:
  118. git:
  119. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  120. ref: df9ed899f2c
  121. # path: ../fis_packages/fis_lib_ui
  122. fis_jsonrpc:
  123. git:
  124. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  125. ref: e8d0cc7f90
  126. # path: E:\ACode\fis_lib_jsonrpc
  127. fis_theme:
  128. git:
  129. url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
  130. ref: 6991f8ef7f
  131. fis_resource:
  132. git:
  133. url: http://git.ius.plus:88/Project-Wing/fis_lib_resource.git
  134. ref: 1.0.1.1
  135. vid:
  136. git:
  137. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  138. ref: 54343a18f3
  139. fis_vid:
  140. # git:
  141. # url: http://git.ius.plus/melon.yin/fis_lib_vid.git
  142. # ref: d226cb53ba
  143. path: ../fis_packages/fis_lib_vid
  144. fis_lib_print:
  145. git:
  146. url: http://git.ius.plus/jimmy.jiang/fis_lib_print.git
  147. ref: 9fa7151158
  148. fis_components:
  149. git:
  150. url: http://git.ius.plus/bakamaka.guan/fis_lib_business_components.git
  151. ref: e0927b1
  152. dev_dependencies:
  153. flutter_test:
  154. sdk: flutter
  155. # The "flutter_lints" package below contains a set of recommended lints to
  156. # encourage good coding practices. The lint set provided by the package is
  157. # activated in the `analysis_options.yaml` file located at the root of your
  158. # package. See that file for information about deactivating specific lint
  159. # rules and activating additional ones.
  160. flutter_lints: ^1.0.0
  161. # For information on the generic Dart part of this file, see the
  162. # following page: https://dart.dev/tools/pub/pubspec
  163. # The following section is specific to Flutter.
  164. flutter:
  165. # The following line ensures that the Material Icons font is
  166. # included with your application, so that you can use the icons in
  167. # the material Icons class.
  168. uses-material-design: true
  169. assets:
  170. - assets/images/mock_image.png
  171. # An image asset can refer to one or more resolution-specific "variants", see
  172. # https://flutter.dev/assets-and-images/#resolution-aware.
  173. # For details regarding adding assets from package dependencies, see
  174. # https://flutter.dev/assets-and-images/#from-packages
  175. # To add custom fonts to your application, add a fonts section here,
  176. # in this "flutter" section. Each entry in this list should have a
  177. # "family" key with the font family name, and a "fonts" key with a
  178. # list giving the asset and other descriptors for the font. For
  179. # example:
  180. # fonts:
  181. # - family: Schyler
  182. # fonts:
  183. # - asset: fonts/Schyler-Regular.ttf
  184. # - asset: fonts/Schyler-Italic.ttf
  185. # style: italic
  186. # - family: Trajan Pro
  187. # fonts:
  188. # - asset: fonts/TrajanPro.ttf
  189. # - asset: fonts/TrajanPro_Bold.ttf
  190. # weight: 700
  191. #
  192. # For details regarding fonts from package dependencies,
  193. # see https://flutter.dev/custom-fonts/#from-packages