pubspec.yaml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. name: flyinsonolite
  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 is 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. # In Windows, build-name is used as the major, minor, and patch parts
  17. # of the product and file versions while build-number is used as the build suffix.
  18. version: 1.0.0+1
  19. environment:
  20. sdk: ">=2.18.2 <3.0.0"
  21. # Dependencies specify other packages that your package needs in order to work.
  22. # To automatically upgrade your package dependencies to the latest versions
  23. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  24. # dependencies can be manually updated by changing the version numbers below to
  25. # the latest version available on pub.dev. To see which dependencies have newer
  26. # versions available, run `flutter pub outdated`.
  27. dependencies:
  28. flutter:
  29. sdk: flutter
  30. flutter_localizations:
  31. sdk: flutter
  32. # The following adds the Cupertino Icons font to your application.
  33. # Use with the CupertinoIcons class for iOS style icons.
  34. #cupertino_icons: ^1.0.2
  35. intl: 0.17.0
  36. flutter_staggered_grid_view: 0.6.2
  37. flutter_easyloading: 3.0.3
  38. shared_preferences: 2.0.5
  39. permission_handler: 10.2.0
  40. logger: 1.1.0
  41. universal_html: 2.0.8
  42. http: 0.13.4
  43. dio: 4.0.6
  44. uuid: ^3.0.6
  45. flutter_sound: ^9.2.13
  46. get: ^4.6.5
  47. crypto: ^3.0.1
  48. qr: ^3.0.0
  49. pdf: ^3.8.1
  50. tencent_trtc_cloud:
  51. git:
  52. url: http://git.ius.plus/melon.yin/fis_trtc_magic.git
  53. ref: b6b12aa5dd
  54. fis_lib_media_rt:
  55. git:
  56. url: http://git.ius.plus:88/melon.yin/fis_lib_media_rt
  57. ref: 6a712b4e7f
  58. fis_common:
  59. git:
  60. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  61. ref: fd6bf32b83
  62. fis_i18n:
  63. git:
  64. url: http://git.ius.plus/felix.zhu/fis_lib_i18n.git
  65. ref: a6dfdba55e
  66. fis_jsonrpc:
  67. git:
  68. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  69. ref: 31396df078
  70. vid:
  71. git:
  72. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  73. ref: bcc5ea057a
  74. fis_vid:
  75. git:
  76. url: http://git.ius.plus/Project-Wing/fis_lib_vid.git
  77. ref: c15c5a528f
  78. fis_lib_print:
  79. git:
  80. url: http://git.ius.plus/Project-Wing/fis_lib_print.git
  81. ref: d23341a0f2
  82. # 需要覆盖版本号的依赖
  83. dependency_overrides:
  84. tencent_trtc_cloud:
  85. git:
  86. url: http://git.ius.plus/melon.yin/fis_trtc_magic.git
  87. ref: b6b12aa5dd
  88. fis_lib_media_rt:
  89. git:
  90. url: http://git.ius.plus:88/melon.yin/fis_lib_media_rt
  91. ref: 6a712b4e7f
  92. fis_common:
  93. git:
  94. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  95. ref: fd6bf32b83
  96. fis_i18n:
  97. git:
  98. url: http://git.ius.plus/felix.zhu/fis_lib_i18n.git
  99. ref: a6dfdba55e
  100. fis_jsonrpc:
  101. git:
  102. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  103. ref: 31396df078
  104. vid:
  105. git:
  106. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  107. ref: bcc5ea057a
  108. fis_vid:
  109. git:
  110. url: http://git.ius.plus/Project-Wing/fis_lib_vid.git
  111. ref: c15c5a528f
  112. fis_lib_print:
  113. git:
  114. url: http://git.ius.plus/Project-Wing/fis_lib_print.git
  115. ref: d23341a0f2
  116. dev_dependencies:
  117. flutter_test:
  118. sdk: flutter
  119. # The "flutter_lints" package below contains a set of recommended lints to
  120. # encourage good coding practices. The lint set provided by the package is
  121. # activated in the `analysis_options.yaml` file located at the root of your
  122. # package. See that file for information about deactivating specific lint
  123. # rules and activating additional ones.
  124. flutter_lints: ^2.0.0
  125. # For information on the generic Dart part of this file, see the
  126. # following page: https://dart.dev/tools/pub/pubspec
  127. # The following section is specific to Flutter packages.
  128. flutter:
  129. # The following line ensures that the Material Icons font is
  130. # included with your application, so that you can use the icons in
  131. # the material Icons class.
  132. uses-material-design: true
  133. # To add assets to your application, add an assets section, like this:
  134. assets:
  135. # 引入assets/images目录下所有资源
  136. - assets/images/
  137. - assets/audio/
  138. - assets/languages/
  139. # - images/a_dot_ham.jpeg
  140. # An image asset can refer to one or more resolution-specific "variants", see
  141. # https://flutter.dev/assets-and-images/#resolution-aware
  142. # For details regarding adding assets from package dependencies, see
  143. # https://flutter.dev/assets-and-images/#from-packages
  144. # To add custom fonts to your application, add a fonts section here,
  145. # in this "flutter" section. Each entry in this list should have a
  146. # "family" key with the font family name, and a "fonts" key with a
  147. # list giving the asset and other descriptors for the font. For
  148. # example:
  149. fonts:
  150. - family: FISIcons
  151. fonts:
  152. - asset: assets/icons/FISIcons.ttf
  153. - family: DroidSansFallback
  154. fonts:
  155. - asset: assets/fonts/DroidSansFallback.ttf
  156. # - asset: fonts/Schyler-Italic.ttf
  157. # style: italic
  158. # - family: Trajan Pro
  159. # fonts:
  160. # - asset: fonts/TrajanPro.ttf
  161. # - asset: fonts/TrajanPro_Bold.ttf
  162. # weight: 700
  163. #
  164. # For details regarding fonts from package dependencies,
  165. # see https://flutter.dev/custom-fonts/#from-packages