pubspec.yaml 5.4 KB

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