pubspec.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: fis_live
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage:
  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. flutter_inappwebview: ^5.7.2+3
  13. fis_common:
  14. git:
  15. url: http://git.ius.plus/Project-Wing/fis_lib_common.git
  16. webviewx: ^0.2.1
  17. dev_dependencies:
  18. flutter_test:
  19. sdk: flutter
  20. flutter_lints: ^2.0.0
  21. # For information on the generic Dart part of this file, see the
  22. # following page: https://dart.dev/tools/pub/pubspec
  23. # The following section is specific to Flutter packages.
  24. flutter:
  25. # To add assets to your package, add an assets section, like this:
  26. assets:
  27. - assets/
  28. - assets/wwwroot/
  29. - assets/wwwroot/node_player/
  30. - assets/wwwroot/node_player_beta/
  31. # - images/a_dot_burr.jpeg
  32. # - images/a_dot_ham.jpeg
  33. #
  34. # For details regarding assets in packages, see
  35. # https://flutter.dev/assets-and-images/#from-packages
  36. #
  37. # An image asset can refer to one or more resolution-specific "variants", see
  38. # https://flutter.dev/assets-and-images/#resolution-aware
  39. # To add custom fonts to your package, add a fonts section here,
  40. # in this "flutter" section. Each entry in this list should have a
  41. # "family" key with the font family name, and a "fonts" key with a
  42. # list giving the asset and other descriptors for the font. For
  43. # example:
  44. # fonts:
  45. # - family: Schyler
  46. # fonts:
  47. # - asset: fonts/Schyler-Regular.ttf
  48. # - asset: fonts/Schyler-Italic.ttf
  49. # style: italic
  50. # - family: Trajan Pro
  51. # fonts:
  52. # - asset: fonts/TrajanPro.ttf
  53. # - asset: fonts/TrajanPro_Bold.ttf
  54. # weight: 700
  55. #
  56. # For details regarding fonts in packages, see
  57. # https://flutter.dev/custom-fonts/#from-packages