pubspec.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. name: face_package
  2. description: 人脸通行
  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. #图片编辑
  16. extended_image: ^9.0.4
  17. app_package:
  18. path: ../app_package/
  19. wisdom_cli:
  20. path: ../wisdom_cli/
  21. api_package:
  22. path: ../api_package/
  23. dev_dependencies:
  24. build_runner: 2.4.14
  25. mobx_codegen: ^2.6.1+1
  26. json_serializable: ^6.8.0
  27. # For information on the generic Dart part of this file, see the
  28. # following page: https://dart.dev/tools/pub/pubspec
  29. # The following section is specific to Flutter.
  30. flutter:
  31. assets:
  32. - lib/assets/
  33. # - images/a_dot_ham.jpeg
  34. #
  35. # For details regarding assets in packages, see
  36. # https://flutter.dev/assets-and-images/#from-packages
  37. #
  38. # An image asset can refer to one or more resolution-specific "variants", see
  39. # https://flutter.dev/assets-and-images/#resolution-aware.
  40. # To add custom fonts to your package, add a fonts section here,
  41. # in this "flutter" section. Each entry in this list should have a
  42. # "family" key with the font family name, and a "fonts" key with a
  43. # list giving the asset and other descriptors for the font. For
  44. # example:
  45. # fonts:
  46. # - family: Schyler
  47. # fonts:
  48. # - asset: fonts/Schyler-Regular.ttf
  49. # - asset: fonts/Schyler-Italic.ttf
  50. # style: italic
  51. # - family: Trajan Pro
  52. # fonts:
  53. # - asset: fonts/TrajanPro.ttf
  54. # - asset: fonts/TrajanPro_Bold.ttf
  55. # weight: 700
  56. #
  57. # For details regarding fonts in packages, see
  58. # https://flutter.dev/custom-fonts/#from-packages