pubspec.yaml 5.4 KB

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