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

89 lines
2.3 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. # toast提示
  17. fluttertoast: 4.0.1
  18. # 图片缓存
  19. cached_network_image: ^2.2.0+1
  20. equatable: ^1.2.0
  21. json_serializable: ^3.3.0
  22. build_runner: ^1.10.0
  23. # 屏幕适配
  24. flutter_screenutil: ^1.1.0
  25. # 缓存
  26. shared_preferences: ^0.5.10
  27. # bloc
  28. flutter_bloc: ^4.0.1
  29. # 骨架屏
  30. shimmer: ^1.1.1
  31. webview_flutter: ^0.3.22+1
  32. # 京东sdk
  33. jdsdk: ^0.0.1
  34. flutter_alibc: ^0.0.15
  35. url_launcher: ^5.6.0
  36. dev_dependencies:
  37. flutter_test:
  38. sdk: flutter
  39. # For information on the generic Dart part of this file, see the
  40. # following page: https://dart.dev/tools/pub/pubspec
  41. # The following section is specific to Flutter.
  42. flutter:
  43. # This section identifies this Flutter project as a plugin project.
  44. # The androidPackage and pluginClass identifiers should not ordinarily
  45. # be modified. They are used by the tooling to maintain consistency when
  46. # adding or updating assets for this project.
  47. plugin:
  48. androidPackage: cn.zhios.zhiying_comm
  49. pluginClass: ZhiyingCommPlugin
  50. # To add assets to your plugin package, add an assets section, like this:
  51. assets:
  52. - assets/images/icon_taobao.png
  53. #
  54. # For details regarding assets in packages, see
  55. # https://flutter.dev/assets-and-images/#from-packages
  56. #
  57. # An image asset can refer to one or more resolution-specific "variants", see
  58. # https://flutter.dev/assets-and-images/#resolution-aware.
  59. # To add custom fonts to your plugin package, add a fonts section here,
  60. # in this "flutter" section. Each entry in this list should have a
  61. # "family" key with the font family name, and a "fonts" key with a
  62. # list giving the asset and other descriptors for the font. For
  63. # example:
  64. # fonts:
  65. # - family: Schyler
  66. # fonts:
  67. # - asset: fonts/Schyler-Regular.ttf
  68. # - asset: fonts/Schyler-Italic.ttf
  69. # style: italic
  70. # - family: Trajan Pro
  71. # fonts:
  72. # - asset: fonts/TrajanPro.ttf
  73. # - asset: fonts/TrajanPro_Bold.ttf
  74. # weight: 700
  75. #
  76. # For details regarding fonts in packages, see
  77. # https://flutter.dev/custom-fonts/#from-packages