pubspec.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: fis_resource
  2. description: A theme assets 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. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. # For information on the generic Dart part of this file, see the
  17. # following page: https://dart.dev/tools/pub/pubspec
  18. # The following section is specific to Flutter.
  19. flutter:
  20. # To add assets to your package, add an assets section, like this:
  21. # assets:
  22. # - images/a_dot_burr.jpeg
  23. # - images/a_dot_ham.jpeg
  24. #
  25. # For details regarding assets in packages, see
  26. # https://flutter.dev/assets-and-images/#from-packages
  27. #
  28. # An image asset can refer to one or more resolution-specific "variants", see
  29. # https://flutter.dev/assets-and-images/#resolution-aware.
  30. assets:
  31. - assets/manifest.json
  32. # - assets/fonts/
  33. - assets/fonts/NotoSansSC-R-fixed.otf
  34. - assets/imgs/logo_en.png
  35. - assets/txt/test.txt
  36. # To add custom fonts to your package, add a fonts section here,
  37. # in this "flutter" section. Each entry in this list should have a
  38. # "family" key with the font family name, and a "fonts" key with a
  39. # list giving the asset and other descriptors for the font. For
  40. # example:
  41. # fonts:
  42. # - family: Schyler
  43. # fonts:
  44. # - asset: fonts/Schyler-Regular.ttf
  45. # - asset: fonts/Schyler-Italic.ttf
  46. # style: italic
  47. # - family: Trajan Pro
  48. # fonts:
  49. # - asset: fonts/TrajanPro.ttf
  50. # - asset: fonts/TrajanPro_Bold.ttf
  51. # weight: 700
  52. #
  53. # For details regarding fonts in packages, see
  54. # https://flutter.dev/custom-fonts/#from-packages