基础库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

67 行
1.9 KiB

  1. name: zhiying_comm
  2. description: A new Flutter plugin.
  3. version: 0.0.1
  4. author:
  5. homepage:
  6. environment:
  7. sdk: ">=2.1.0 <3.0.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. dio: ^3.0.9
  12. package_info: ^0.4.0+17
  13. device_info: ^0.4.0+1
  14. flutter_native_image: ^0.0.5
  15. fluttertoast: ^7.0.4
  16. dev_dependencies:
  17. flutter_test:
  18. sdk: flutter
  19. # For information on the generic Dart part of this file, see the
  20. # following page: https://dart.dev/tools/pub/pubspec
  21. # The following section is specific to Flutter.
  22. flutter:
  23. # This section identifies this Flutter project as a plugin project.
  24. # The androidPackage and pluginClass identifiers should not ordinarily
  25. # be modified. They are used by the tooling to maintain consistency when
  26. # adding or updating assets for this project.
  27. plugin:
  28. androidPackage: cn.zhios.zhiying_comm
  29. pluginClass: ZhiyingCommPlugin
  30. # To add assets to your plugin package, add an assets section, like this:
  31. # assets:
  32. # - images/a_dot_burr.jpeg
  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 plugin 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