基础库
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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