pubspec.yaml 2.3 KB

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