pubspec.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: news_package
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. publish_to: none
  5. environment:
  6. sdk: '>=2.14.0 <3.0.0'
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. mobx: ^2.3.3+2
  11. flutter_mobx: ^2.2.1+1
  12. get_it: ^8.0.1
  13. provider: ^6.1.2
  14. json_annotation: ^4.9.0
  15. app_package:
  16. path: ../app_package/
  17. wisdom_cli:
  18. path: ../wisdom_cli/
  19. api_package:
  20. path: ../api_package/
  21. dev_dependencies:
  22. build_runner: 2.4.14
  23. mobx_codegen: ^2.6.1+1
  24. json_serializable: ^6.8.0
  25. flutter:
  26. uses-material-design: true
  27. assets:
  28. - lib/assets/
  29. # To add assets to your package, add an assets section, like this:
  30. # assets:
  31. # - images/a_dot_burr.jpeg
  32. # - images/a_dot_ham.jpeg
  33. #
  34. # For details regarding assets in packages, see
  35. # https://flutter.dev/assets-and-images/#from-packages
  36. #
  37. # An image asset can refer to one or more resolution-specific "variants", see
  38. # https://flutter.dev/assets-and-images/#resolution-aware.
  39. # To add custom fonts to your package, add a fonts section here,
  40. # in this "flutter" section. Each entry in this list should have a
  41. # "family" key with the font family name, and a "fonts" key with a
  42. # list giving the asset and other descriptors for the font. For
  43. # example:
  44. # fonts:
  45. # - family: Schyler
  46. # fonts:
  47. # - asset: fonts/Schyler-Regular.ttf
  48. # - asset: fonts/Schyler-Italic.ttf
  49. # style: italic
  50. # - family: Trajan Pro
  51. # fonts:
  52. # - asset: fonts/TrajanPro.ttf
  53. # - asset: fonts/TrajanPro_Bold.ttf
  54. # weight: 700
  55. #
  56. # For details regarding fonts in packages, see
  57. # https://flutter.dev/custom-fonts/#from-packages