pubspec.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: trtc_demo
  2. description: TRTC Demo.
  3. publish_to: "none"
  4. version: 2.0.0
  5. environment:
  6. sdk: ">=2.18.2 <3.0.0"
  7. dependencies:
  8. # tencent_trtc_cloud: 2.4.2
  9. tencent_trtc_cloud:
  10. git:
  11. url: http://git.ius.plus/melon.yin/fis_trtc_magic.git
  12. ref: f918b21
  13. cupertino_icons: ^1.0.2
  14. provider: ^6.0.0
  15. crypto: ^3.0.1
  16. flutter_styled_toast: 2.0.0
  17. dio: ^4.0.0
  18. path_provider: ^2.0.1
  19. permission_handler: 10.2.0
  20. # system_alert_window: 0.4.2+2
  21. # replay_kit_launcher: ^0.3.0
  22. flutter:
  23. sdk: flutter
  24. get: ^4.6.5
  25. camera: 0.10.0
  26. flutter_sound: 9.2.13
  27. flutter_sound_platform_interface: 9.2.13
  28. audio_session: 0.1.6
  29. dependency_overrides:
  30. flutter_sound_web:
  31. git:
  32. url: http://git.ius.plus/Project-Wing/fis_lib_sound_web.git
  33. ref: 902f1a7
  34. dev_dependencies:
  35. flutter_test:
  36. sdk: flutter
  37. build_runner: ">=1.6.2 <3.0.0"
  38. build_web_compilers: ">=2.12.0 <4.0.0"
  39. flutter:
  40. # The following line ensures that the Material Icons font is
  41. # included with your application, so that you can use the icons in
  42. # the material Icons class.
  43. uses-material-design: true
  44. # To add assets to your application, add an assets section, like this:
  45. assets:
  46. - images/watermark_img.png
  47. - images/bg_main_title.png
  48. - images/magic-line.png
  49. - images/avatar3_100.20191230.png
  50. - assets/audio/testspeak.mp3