pubspec.yaml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. name: fis_measure
  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.18.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. get: ^4.6.1
  29. quiver: ^3.1.0
  30. dio: ^4.0.6
  31. path_provider: ^2.0.2
  32. path_drawing: ^1.0.0
  33. image: 3.1.3
  34. webviewx: ^0.2.1
  35. url_launcher: 6.1.5
  36. flutter_easyloading: 3.0.3
  37. vid:
  38. git:
  39. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  40. fis_common:
  41. git:
  42. url: http://git.ius.plus/Project-Wing/fis_lib_common.git
  43. ref: ^1.0.7+1
  44. fis_jsonrpc:
  45. git:
  46. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  47. ref: ^1.1.1
  48. fis_ui:
  49. git:
  50. url: http://git.ius.plus/Project-Wing/fis_lib_ui.git
  51. ref: ^1.0.5
  52. fis_vid:
  53. git:
  54. url: http://git.ius.plus:88/melon.yin/fis_lib_vid.git
  55. ref: ^1.0.3
  56. fis_vid_ext:
  57. git:
  58. url: http://git.ius.plus/melon.yin/fis_lib_vid_ext.git
  59. ref: d5e2597
  60. fis_i18n:
  61. git:
  62. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  63. ref: a9ade48f4d
  64. fis_lib_qrcode:
  65. git:
  66. url: http://git.ius.plus/jimmy.jiang/fis_lib_qrcode.git
  67. ref: edbc68b4f5
  68. dependency_overrides:
  69. flutter_typeahead: 4.1.1
  70. fis_common:
  71. git:
  72. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  73. ref: 1.0.7+1
  74. # path: ../fis_lib_common
  75. fis_ui:
  76. git:
  77. url: http://git.ius.plus/Project-Wing/fis_lib_ui.git
  78. ref: 00a2e3c
  79. vid:
  80. git:
  81. url: http://git.ius.plus:88/Project-Wing/flutter_vid.git
  82. ref: 54343a18f3
  83. fis_vid:
  84. git:
  85. url: http://git.ius.plus:88/melon.yin/fis_lib_vid.git
  86. ref: 644e6bdf65
  87. # path: ../fis_lib_vid
  88. fis_i18n:
  89. git:
  90. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  91. ref: 9a38159
  92. fis_jsonrpc:
  93. git:
  94. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  95. ref: c8c5122
  96. fis_lib_business_components:
  97. git:
  98. url: http://git.ius.plus/bakamaka.guan/fis_lib_business_components.git
  99. ref: c67e307
  100. dev_dependencies:
  101. flutter_test:
  102. sdk: flutter
  103. # The "flutter_lints" package below contains a set of recommended lints to
  104. # encourage good coding practices. The lint set provided by the package is
  105. # activated in the `analysis_options.yaml` file located at the root of your
  106. # package. See that file for information about deactivating specific lint
  107. # rules and activating additional ones.
  108. flutter_lints: ^1.0.0
  109. # For information on the generic Dart part of this file, see the
  110. # following page: https://dart.dev/tools/pub/pubspec
  111. # The following section is specific to Flutter.
  112. flutter:
  113. # The following line ensures that the Material Icons font is
  114. # included with your application, so that you can use the icons in
  115. # the material Icons class.
  116. uses-material-design: true
  117. # To add assets to your application, add an assets section, like this:
  118. # assets:
  119. # - images/a_dot_burr.jpeg
  120. # - images/a_dot_ham.jpeg
  121. # assets:
  122. # - assets/
  123. # An image asset can refer to one or more resolution-specific "variants", see
  124. # https://flutter.dev/assets-and-images/#resolution-aware.
  125. # For details regarding adding assets from package dependencies, see
  126. # https://flutter.dev/assets-and-images/#from-packages
  127. # To add custom fonts to your application, add a fonts section here,
  128. # in this "flutter" section. Each entry in this list should have a
  129. # "family" key with the font family name, and a "fonts" key with a
  130. # list giving the asset and other descriptors for the font. For
  131. # example:
  132. # fonts:
  133. # - family: Schyler
  134. # fonts:
  135. # - asset: fonts/Schyler-Regular.ttf
  136. # - asset: fonts/Schyler-Italic.ttf
  137. # style: italic
  138. # - family: Trajan Pro
  139. # fonts:
  140. # - asset: fonts/TrajanPro.ttf
  141. # - asset: fonts/TrajanPro_Bold.ttf
  142. # weight: 700
  143. #
  144. # For details regarding fonts from package dependencies,
  145. # see https://flutter.dev/custom-fonts/#from-packages