pubspec.yaml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.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. 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: e8d0cc7f90
  45. fis_i18n:
  46. git:
  47. url: http://git.ius.plus:88/Project-Wing/fis_lib_i18n.git
  48. ref: da760eb50d
  49. fis_ui:
  50. git:
  51. url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
  52. ref: df9ed899f2c
  53. # For information on the generic Dart part of this file, see the
  54. # following page: https://dart.dev/tools/pub/pubspec
  55. # The following section is specific to Flutter.
  56. flutter:
  57. # To add assets to your package, add an assets section, like this:
  58. # assets:
  59. # - images/a_dot_burr.jpeg
  60. # - images/a_dot_ham.jpeg
  61. #
  62. # For details regarding assets in packages, see
  63. # https://flutter.dev/assets-and-images/#from-packages
  64. #
  65. # An image asset can refer to one or more resolution-specific "variants", see
  66. # https://flutter.dev/assets-and-images/#resolution-aware.
  67. # To add custom fonts to your package, add a fonts section here,
  68. # in this "flutter" section. Each entry in this list should have a
  69. # "family" key with the font family name, and a "fonts" key with a
  70. # list giving the asset and other descriptors for the font. For
  71. # example:
  72. # fonts:
  73. # - family: Schyler
  74. # fonts:
  75. # - asset: fonts/Schyler-Regular.ttf
  76. # - asset: fonts/Schyler-Italic.ttf
  77. # style: italic
  78. # - family: Trajan Pro
  79. # fonts:
  80. # - asset: fonts/TrajanPro.ttf
  81. # - asset: fonts/TrajanPro_Bold.ttf
  82. # weight: 700
  83. #
  84. # For details regarding fonts in packages, see
  85. # https://flutter.dev/custom-fonts/#from-packages