基础库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

76 lines
2.1 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. cached_network_image: ^2.2.0+1
  17. equatable: ^1.2.0
  18. json_serializable: ^3.3.0
  19. build_runner: ^1.10.0
  20. # 屏幕适配
  21. flutter_screenutil: ^1.1.0
  22. # 缓存
  23. shared_preferences: ^0.5.10
  24. dev_dependencies:
  25. flutter_test:
  26. sdk: flutter
  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. # This section identifies this Flutter project as a plugin project.
  32. # The androidPackage and pluginClass identifiers should not ordinarily
  33. # be modified. They are used by the tooling to maintain consistency when
  34. # adding or updating assets for this project.
  35. plugin:
  36. androidPackage: cn.zhios.zhiying_comm
  37. pluginClass: ZhiyingCommPlugin
  38. # To add assets to your plugin package, add an assets section, like this:
  39. # assets:
  40. # - images/a_dot_burr.jpeg
  41. # - images/a_dot_ham.jpeg
  42. #
  43. # For details regarding assets in packages, see
  44. # https://flutter.dev/assets-and-images/#from-packages
  45. #
  46. # An image asset can refer to one or more resolution-specific "variants", see
  47. # https://flutter.dev/assets-and-images/#resolution-aware.
  48. # To add custom fonts to your plugin package, add a fonts section here,
  49. # in this "flutter" section. Each entry in this list should have a
  50. # "family" key with the font family name, and a "fonts" key with a
  51. # list giving the asset and other descriptors for the font. For
  52. # example:
  53. # fonts:
  54. # - family: Schyler
  55. # fonts:
  56. # - asset: fonts/Schyler-Regular.ttf
  57. # - asset: fonts/Schyler-Italic.ttf
  58. # style: italic
  59. # - family: Trajan Pro
  60. # fonts:
  61. # - asset: fonts/TrajanPro.ttf
  62. # - asset: fonts/TrajanPro_Bold.ttf
  63. # weight: 700
  64. #
  65. # For details regarding fonts in packages, see
  66. # https://flutter.dev/custom-fonts/#from-packages