pubspec.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: fis_ui
  2. description: A UI package project for Flyinsono application.
  3. version: 0.0.1
  4. # add this line for pathing dependency
  5. publish_to: none
  6. environment:
  7. sdk: ">=2.18.2 <3.0.0"
  8. flutter: ">=1.17.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. custom_pop_up_menu: 1.2.2
  13. # dropdown_button2: 1.8.1
  14. flutter_slidable: 1.2.0
  15. getwidget: 2.0.4
  16. webviewx: 0.2.1
  17. fis_common:
  18. git:
  19. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  20. ref: abe0f000c4
  21. fis_theme:
  22. git:
  23. url: http://git.ius.plus:88/Project-Wing/fis_lib_theme.git
  24. ref: 23644f6
  25. flutter_keyboard_visibility: ^5.4.0
  26. ff_stars: ^3.0.0
  27. dependency_overrides:
  28. fis_common:
  29. git:
  30. url: http://git.ius.plus:88/Project-Wing/fis_lib_common.git
  31. ref: abe0f000c4
  32. dev_dependencies:
  33. flutter_test:
  34. sdk: flutter
  35. # For information on the generic Dart part of this file, see the
  36. # following page: https://dart.dev/tools/pub/pubspec
  37. # The following section is specific to Flutter.
  38. flutter:
  39. # To add assets to your package, add an assets section, like this:
  40. # assets:
  41. # - images/a_dot_burr.jpeg
  42. # - images/a_dot_ham.jpeg
  43. #
  44. # For details regarding assets in packages, see
  45. # https://flutter.dev/assets-and-images/#from-packages
  46. #
  47. # An image asset can refer to one or more resolution-specific "variants", see
  48. # https://flutter.dev/assets-and-images/#resolution-aware.
  49. # To add custom fonts to your package, add a fonts section here,
  50. # in this "flutter" section. Each entry in this list should have a
  51. # "family" key with the font family name, and a "fonts" key with a
  52. # list giving the asset and other descriptors for the font. For
  53. # example:
  54. # fonts:
  55. # - family: Schyler
  56. # fonts:
  57. # - asset: fonts/Schyler-Regular.ttf
  58. # - asset: fonts/Schyler-Italic.ttf
  59. # style: italic
  60. # - family: Trajan Pro
  61. # fonts:
  62. # - asset: fonts/TrajanPro.ttf
  63. # - asset: fonts/TrajanPro_Bold.ttf
  64. # weight: 700
  65. #
  66. # For details regarding fonts in packages, see
  67. # https://flutter.dev/custom-fonts/#from-packages
  68. fonts:
  69. - family: FisIcons
  70. fonts:
  71. - asset: assets/FisIcons.ttf