pubspec.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. ref: b38bb1b5a4
  16. fis_common:
  17. git:
  18. url: http://git.ius.plus/Project-Wing/fis_lib_common.git
  19. ref: ^1.0.9
  20. fis_jsonrpc:
  21. git:
  22. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  23. ref: ^1.1.2
  24. # image: 3.1.3
  25. dependency_overrides:
  26. fis_common:
  27. git:
  28. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  29. ref: 1.0.9
  30. dev_dependencies:
  31. flutter_test:
  32. sdk: flutter
  33. flutter_lints: ^1.0.0
  34. # For information on the generic Dart part of this file, see the
  35. # following page: https://dart.dev/tools/pub/pubspec
  36. # The following section is specific to Flutter.
  37. flutter:
  38. # To add assets to your package, add an assets section, like this:
  39. # assets:
  40. # - images/a_dot_burr.jpeg
  41. # - images/a_dot_ham.jpeg
  42. #
  43. # For details regarding assets in packages, see
  44. # https://flutter.dev/assets-and-images/#from-packages
  45. #
  46. # An image asset can refer to one or more resolution-specific "variants", see
  47. # https://flutter.dev/assets-and-images/#resolution-aware.
  48. # To add custom fonts to your package, add a fonts section here,
  49. # in this "flutter" section. Each entry in this list should have a
  50. # "family" key with the font family name, and a "fonts" key with a
  51. # list giving the asset and other descriptors for the font. For
  52. # example:
  53. # fonts:
  54. # - family: Schyler
  55. # fonts:
  56. # - asset: fonts/Schyler-Regular.ttf
  57. # - asset: fonts/Schyler-Italic.ttf
  58. # style: italic
  59. # - family: Trajan Pro
  60. # fonts:
  61. # - asset: fonts/TrajanPro.ttf
  62. # - asset: fonts/TrajanPro_Bold.ttf
  63. # weight: 700
  64. #
  65. # For details regarding fonts in packages, see
  66. # https://flutter.dev/custom-fonts/#from-packages