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

pubspec.yaml 3.4 KiB

4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
3 vuotta sitten
4 vuotta sitten
3 vuotta sitten
3 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. # Android app更新
  33. flutter_xupdate:
  34. git:
  35. ref: 1.0.1
  36. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/flutter_xupdate.git
  37. # app更新dialogUI(用于IOS,以便统一样式)
  38. flutter_update_dialog: 1.0.0
  39. flutter_alibc:
  40. git:
  41. ref: 0.0.3
  42. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_flutter_alibc.git
  43. url_launcher: ^5.6.0
  44. #图片预览控件
  45. photo_view: ^0.10.2
  46. imei_plugin: 1.2.0
  47. # mob 分享sdk
  48. sharesdk_plugin: ^1.2.8
  49. #秒验
  50. secverify: ^1.0.2
  51. #短信
  52. mobsms: ^1.1.0
  53. #锁粉
  54. moblink:
  55. git:
  56. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/moblink.git'
  57. ref: '0.0.2'
  58. # 苹果登录
  59. ali_auth_wbq:
  60. # path: ../zhiying_ali_auth_wbq
  61. git:
  62. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_ali_auth_wbq.git'
  63. ref: '0.0.5'
  64. # loading 动画
  65. loading_indicator: ^1.2.0
  66. #权限授权
  67. permission_handler:
  68. git:
  69. url: 'http://192.168.0.138:3000/FnuoOS_Flutter_Components/permission_handler.git'
  70. ref: '0.0.1'
  71. #文件夹路径管理
  72. path_provider: ^1.4.0
  73. #保存文件到相册
  74. save_image: ^1.0.1
  75. dio_cookie_manager: ^1.0.0
  76. #支付宝支付flutterSDK
  77. tobias:
  78. git:
  79. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/tobias.git'
  80. ref: '0.0.1'
  81. event_bus: 1.1.1
  82. dev_dependencies:
  83. flutter_test:
  84. sdk: flutter
  85. # For information on the generic Dart part of this file, see the
  86. # following page: https://dart.dev/tools/pub/pubspec
  87. # The following section is specific to Flutter.
  88. flutter:
  89. # This section identifies this Flutter project as a plugin project.
  90. # The androidPackage and pluginClass identifiers should not ordinarily
  91. # be modified. They are used by the tooling to maintain consistency when
  92. # adding or updating assets for this project.
  93. plugin:
  94. androidPackage: cn.zhios.zhiying_comm
  95. pluginClass: ZhiyingCommPlugin
  96. # To add assets to your plugin package, add an assets section, like this:
  97. assets:
  98. - assets/images/icon_taobao.png
  99. #
  100. # For details regarding assets in packages, see
  101. # https://flutter.dev/assets-and-images/#from-packages
  102. #
  103. # An image asset can refer to one or more resolution-specific "variants", see
  104. # https://flutter.dev/assets-and-images/#resolution-aware.
  105. # To add custom fonts to your plugin package, add a fonts section here,
  106. # in this "flutter" section. Each entry in this list should have a
  107. # "family" key with the font family name, and a "fonts" key with a
  108. # list giving the asset and other descriptors for the font. For
  109. # example:
  110. fonts:
  111. - family: Din-Bold
  112. fonts:
  113. - asset: assets/fonts/DIN-Bold.otf
  114. - family: Din-Medium
  115. fonts:
  116. - asset: assets/fonts/DIN-Medium.otf
  117. - family: Din
  118. fonts:
  119. - asset: assets/fonts/DIN-Regular.otf
  120. #
  121. # For details regarding fonts in packages, see
  122. # https://flutter.dev/custom-fonts/#from-packages