基础库
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.
 
 
 
 
 

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