pubspec.yaml 1.8 KB

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