pubspec.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: fis_vid
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. publish_to: none
  5. environment:
  6. sdk: ">=2.16.2 <3.0.0"
  7. flutter: ">=1.17.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. vid:
  12. git:
  13. url: http://git.ids.center/Project-Wing/flutter_vid
  14. ref: 8f911fb
  15. fis_common:
  16. git:
  17. url: http://git.ids.center/Project-Wing/fis_lib_common.git
  18. ref: ^1.0.9
  19. fis_jsonrpc:
  20. git:
  21. url: http://git.ids.center/Project-Wing/fis_lib_jsonrpc.git
  22. ref: ^1.1.2
  23. # image: 3.1.3
  24. dependency_overrides:
  25. fis_common:
  26. git:
  27. url: http://git.ids.center/Project-Wing/fis_lib_common.git
  28. ref: babd4237
  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. # To add assets to your package, add an assets section, like this:
  37. # assets:
  38. # - images/a_dot_burr.jpeg
  39. # - images/a_dot_ham.jpeg
  40. #
  41. # For details regarding assets in packages, see
  42. # https://flutter.dev/assets-and-images/#from-packages
  43. #
  44. # An image asset can refer to one or more resolution-specific "variants", see
  45. # https://flutter.dev/assets-and-images/#resolution-aware.
  46. # To add custom fonts to your package, add a fonts section here,
  47. # in this "flutter" section. Each entry in this list should have a
  48. # "family" key with the font family name, and a "fonts" key with a
  49. # list giving the asset and other descriptors for the font. For
  50. # example:
  51. # fonts:
  52. # - family: Schyler
  53. # fonts:
  54. # - asset: fonts/Schyler-Regular.ttf
  55. # - asset: fonts/Schyler-Italic.ttf
  56. # style: italic
  57. # - family: Trajan Pro
  58. # fonts:
  59. # - asset: fonts/TrajanPro.ttf
  60. # - asset: fonts/TrajanPro_Bold.ttf
  61. # weight: 700
  62. #
  63. # For details regarding fonts in packages, see
  64. # https://flutter.dev/custom-fonts/#from-packages