pubspec.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. name: fis_vid
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage:
  5. publish_to: none
  6. environment:
  7. sdk: ">=2.16.2 <3.0.0"
  8. flutter: ">=1.17.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. vid:
  13. git:
  14. url: http://git.ius.plus:88/Project-Wing/flutter_vid
  15. fis_common:
  16. git:
  17. url: http://git.ius.plus/Project-Wing/fis_lib_common.git
  18. ref: ^1.0.7+1
  19. fis_jsonrpc:
  20. git:
  21. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  22. ref: ^1.1.0
  23. image: 3.1.3
  24. dependency_overrides:
  25. fis_common:
  26. git:
  27. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  28. ref: 1.0.7+1
  29. dev_dependencies:
  30. flutter_test:
  31. sdk: flutter
  32. flutter_lints: ^1.0.0
  33. # For information on the generic Dart part of this file, see the
  34. # following page: https://dart.dev/tools/pub/pubspec
  35. # The following section is specific to Flutter.
  36. flutter:
  37. # To add assets to your package, add an assets section, like this:
  38. # assets:
  39. # - images/a_dot_burr.jpeg
  40. # - images/a_dot_ham.jpeg
  41. #
  42. # For details regarding assets in packages, see
  43. # https://flutter.dev/assets-and-images/#from-packages
  44. #
  45. # An image asset can refer to one or more resolution-specific "variants", see
  46. # https://flutter.dev/assets-and-images/#resolution-aware.
  47. # To add custom fonts to your package, add a fonts section here,
  48. # in this "flutter" section. Each entry in this list should have a
  49. # "family" key with the font family name, and a "fonts" key with a
  50. # list giving the asset and other descriptors for the font. For
  51. # example:
  52. # fonts:
  53. # - family: Schyler
  54. # fonts:
  55. # - asset: fonts/Schyler-Regular.ttf
  56. # - asset: fonts/Schyler-Italic.ttf
  57. # style: italic
  58. # - family: Trajan Pro
  59. # fonts:
  60. # - asset: fonts/TrajanPro.ttf
  61. # - asset: fonts/TrajanPro_Bold.ttf
  62. # weight: 700
  63. #
  64. # For details regarding fonts in packages, see
  65. # https://flutter.dev/custom-fonts/#from-packages