pubspec.yaml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. name: fis_lib_media_rt
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage: 'none'
  5. publish_to: none
  6. environment:
  7. sdk: ">=2.19.0-317.0.dev <3.0.0"
  8. flutter: ">=1.17.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. path_provider: 2.0.2
  13. image: 3.3.0
  14. image_crop_plus: ^0.6.1
  15. js: ^0.6.4
  16. fis_common:
  17. git:
  18. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  19. ref: 1.0.12
  20. # tencent_trtc_cloud: ^2.4.2
  21. tencent_trtc_cloud:
  22. git:
  23. url: http://git.ius.plus/melon.yin/fis_trtc_magic.git
  24. ref: b6b12aa
  25. # path: D:\flutter\fis_front\fis_trtc_magic
  26. vid:
  27. git:
  28. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  29. ref: ed3bf90
  30. daniulive:
  31. git:
  32. url: http://git.ius.plus:88/melon.yin/fis_plugin_daniu
  33. ref: '3df45d5'
  34. # path: ../../fis_packages/fis_plugin_daniu
  35. dev_dependencies:
  36. flutter_test:
  37. sdk: flutter
  38. flutter_lints: ^2.0.0
  39. # For information on the generic Dart part of this file, see the
  40. # following page: https://dart.dev/tools/pub/pubspec
  41. # The following section is specific to Flutter packages.
  42. flutter:
  43. # To add assets to your package, add an assets section, like this:
  44. assets:
  45. - wwwroot/
  46. - wwwroot/css/
  47. - wwwroot/js/
  48. - wwwroot/lib/jquery/
  49. - wwwroot/lib/node_player_0.12.6/
  50. - wwwroot/lib/debug/
  51. - wwwroot/lib/device_live/
  52. - assets/images/live_room_background.jpg
  53. # - images/a_dot_burr.jpeg
  54. # - images/a_dot_ham.jpeg
  55. #
  56. # For details regarding assets in packages, see
  57. # https://flutter.dev/assets-and-images/#from-packages
  58. #
  59. # An image asset can refer to one or more resolution-specific "variants", see
  60. # https://flutter.dev/assets-and-images/#resolution-aware
  61. # To add custom fonts to your package, add a fonts section here,
  62. # in this "flutter" section. Each entry in this list should have a
  63. # "family" key with the font family name, and a "fonts" key with a
  64. # list giving the asset and other descriptors for the font. For
  65. # example:
  66. # fonts:
  67. # - family: Schyler
  68. # fonts:
  69. # - asset: fonts/Schyler-Regular.ttf
  70. # - asset: fonts/Schyler-Italic.ttf
  71. # style: italic
  72. # - family: Trajan Pro
  73. # fonts:
  74. # - asset: fonts/TrajanPro.ttf
  75. # - asset: fonts/TrajanPro_Bold.ttf
  76. # weight: 700
  77. #
  78. # For details regarding fonts in packages, see
  79. # https://flutter.dev/custom-fonts/#from-packages