pubspec.yaml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: fis_lib_business_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.18.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. fis_ui:
  27. git:
  28. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  29. ref: ^1.0.1-rc3
  30. path_provider: ^2.0.2
  31. dio: ^4.0.0
  32. archive: ^3.1.2
  33. dev_dependencies:
  34. flutter_test:
  35. sdk: flutter
  36. dependency_overrides:
  37. fis_common:
  38. git:
  39. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  40. ref: 63dcf70026
  41. fis_jsonrpc:
  42. git:
  43. url: http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc.git
  44. ref: c241544354
  45. fis_i18n:
  46. git:
  47. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  48. ref: e2016d4
  49. fis_ui:
  50. git:
  51. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  52. ref: 168a553
  53. # path: ../fis_lib_ui
  54. # For information on the generic Dart part of this file, see the
  55. # following page: https://dart.dev/tools/pub/pubspec
  56. # The following section is specific to Flutter.
  57. flutter:
  58. # To add assets to your package, add an assets section, like this:
  59. # assets:
  60. # - images/a_dot_burr.jpeg
  61. # - images/a_dot_ham.jpeg
  62. #
  63. # For details regarding assets in packages, see
  64. # https://flutter.dev/assets-and-images/#from-packages
  65. #
  66. # An image asset can refer to one or more resolution-specific "variants", see
  67. # https://flutter.dev/assets-and-images/#resolution-aware.
  68. # To add custom fonts to your package, add a fonts section here,
  69. # in this "flutter" section. Each entry in this list should have a
  70. # "family" key with the font family name, and a "fonts" key with a
  71. # list giving the asset and other descriptors for the font. For
  72. # example:
  73. # fonts:
  74. # - family: Schyler
  75. # fonts:
  76. # - asset: fonts/Schyler-Regular.ttf
  77. # - asset: fonts/Schyler-Italic.ttf
  78. # style: italic
  79. # - family: Trajan Pro
  80. # fonts:
  81. # - asset: fonts/TrajanPro.ttf
  82. # - asset: fonts/TrajanPro_Bold.ttf
  83. # weight: 700
  84. #
  85. # For details regarding fonts in packages, see
  86. # https://flutter.dev/custom-fonts/#from-packages