基础库
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

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