基础库
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

174 linhas
4.4 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.3.3
  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: ^5.0.0
  27. # 骨架屏
  28. shimmer: ^1.1.1
  29. webview_flutter: ^1.0.7
  30. # 京东sdk
  31. # jdsdk: ^0.0.1
  32. jdsdk:
  33. git:
  34. ref: '0.0.1'
  35. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/flutter_jdsdk.git'
  36. # Android app更新
  37. flutter_xupdate:
  38. git:
  39. ref: '1.0.1'
  40. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/flutter_xupdate.git
  41. # app更新dialogUI(用于IOS,以便统一样式)
  42. flutter_update_dialog: 1.0.0
  43. flutter_alibc:
  44. # path: ../zhiying_flutter_alibc
  45. git:
  46. ref: 0.0.14
  47. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_flutter_alibc.git
  48. url_launcher: ^5.6.0
  49. #图片预览控件
  50. photo_view: ^0.10.3
  51. # mob 分享sdk
  52. sharesdk_plugin:
  53. git:
  54. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/sharesdk_plugin.git'
  55. ref: '0.0.1'
  56. #秒验
  57. secverify:
  58. #path: ../secverify
  59. git:
  60. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/secverify.git'
  61. ref: '0.0.2'
  62. #短信
  63. mobsms: ^1.1.0
  64. mobcommonlib: ^1.0.2
  65. #锁粉
  66. moblink:
  67. git:
  68. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/moblink.git'
  69. ref: '0.0.2'
  70. # 苹果登录
  71. ali_auth_wbq:
  72. # path: ../zhiying_ali_auth_wbq
  73. git:
  74. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_ali_auth_wbq.git'
  75. ref: '0.0.5'
  76. # loading 动画
  77. loading_indicator: ^1.2.0
  78. #权限授权
  79. permission_handler:
  80. git:
  81. url: 'http://192.168.0.138:3000/FnuoOS_Flutter_Components/permission_handler.git'
  82. ref: '0.0.2'
  83. #文件夹路径管理
  84. path_provider: ^1.4.0
  85. #保存文件到相册
  86. save_image:
  87. # path: ../save_image
  88. git:
  89. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/save_image.git'
  90. ref: '0.0.4'
  91. dio_cookie_manager: ^1.0.0
  92. #支付宝支付flutterSDK
  93. tobias:
  94. # path: ../tobias
  95. git:
  96. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/tobias.git'
  97. ref: '0.0.2'
  98. #微信支付
  99. fluwx: 2.6.2
  100. event_bus: 1.1.1
  101. # 复制插件
  102. flutter_clipboard_plugin:
  103. # path: ../flutter_clipboard_plugin
  104. git:
  105. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/flutter_clipboard_plugin.git'
  106. ref: '0.0.2'
  107. zhiying_flutter_webview:
  108. # path: ../zhiying_flutter_webview
  109. git:
  110. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_flutter_webview.git
  111. ref: 0.0.6
  112. # flutter_bugly: ^0.3.2+1
  113. dev_dependencies:
  114. flutter_test:
  115. sdk: flutter
  116. # For information on the generic Dart part of this file, see the
  117. # following page: https://dart.dev/tools/pub/pubspec
  118. # The following section is specific to Flutter.
  119. flutter:
  120. # This section identifies this Flutter project as a plugin project.
  121. # The androidPackage and pluginClass identifiers should not ordinarily
  122. # be modified. They are used by the tooling to maintain consistency when
  123. # adding or updating assets for this project.
  124. plugin:
  125. androidPackage: cn.zhios.zhiying_comm
  126. pluginClass: ZhiyingCommPlugin
  127. # To add assets to your plugin package, add an assets section, like this:
  128. assets:
  129. - assets/images/icon_taobao.png
  130. - assets/images/icon_pdd.png
  131. #
  132. # For details regarding assets in packages, see
  133. # https://flutter.dev/assets-and-images/#from-packages
  134. #
  135. # An image asset can refer to one or more resolution-specific "variants", see
  136. # https://flutter.dev/assets-and-images/#resolution-aware.
  137. # To add custom fonts to your plugin package, add a fonts section here,
  138. # in this "flutter" section. Each entry in this list should have a
  139. # "family" key with the font family name, and a "fonts" key with a
  140. # list giving the asset and other descriptors for the font. For
  141. # example:
  142. fonts:
  143. - family: Din-Bold
  144. fonts:
  145. - asset: assets/fonts/DIN-Bold.otf
  146. - family: Din-Medium
  147. fonts:
  148. - asset: assets/fonts/DIN-Medium.otf
  149. - family: Din
  150. fonts:
  151. - asset: assets/fonts/DIN-Regular.otf
  152. #
  153. # For details regarding fonts in packages, see
  154. # https://flutter.dev/custom-fonts/#from-packages