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

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