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

114 lines
3.1 KiB

  1. name: zhiying_base_widget
  2. description: A new Flutter plugin.
  3. version: 0.0.1
  4. author:
  5. homepage:
  6. environment:
  7. sdk: ">=2.8.0 <3.0.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flutter_swiper: ^1.1.6
  12. bloc: ^5.0.0
  13. event_bus: ^1.1.1
  14. pull_to_refresh:
  15. git:
  16. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/flutter_pulltorefresh.git'
  17. ref: '0.0.1'
  18. flutter_cupertino_date_picker:
  19. git:
  20. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/flutter-cupertino-date-picker.git'
  21. ref: '0.0.1'
  22. image_picker: ^0.6.7+3
  23. tab_indicator_styler: 1.0.0
  24. image_cropper:
  25. git:
  26. url: 'http://192.168.0.138:3000/FnuoOS_Flutter_Components/Image_Cropper.git'
  27. ref: '1.2.3+1'
  28. # 系统分享
  29. share_extend: ^1.1.9
  30. flutter_native_image: ^0.0.5
  31. #字符检测
  32. string_validator: 0.1.4
  33. # 列表滑动删除
  34. flutter_slidable: 0.5.7
  35. # image_gallery_saver: ^1.6.0
  36. permission_handler:
  37. git:
  38. ref: 0.0.2
  39. url: http://192.168.0.138:3000/FnuoOS_Flutter_Components/permission_handler.git
  40. more_picture_share:
  41. git:
  42. url: 'http://192.168.0.138:3000/FnuoOS_ZhiYing/more_picture_share.git'
  43. ref: '0.0.1'
  44. intl: 0.16.1
  45. loading_indicator: ^1.2.0
  46. #高德定位
  47. amap_flutter_location: ^1.0.1
  48. mobpush_plugin:
  49. plugin_platform_interface: "1.0.2"
  50. permission_handler_platform_interface: "2.0.1"
  51. flutter_user_agent: ^1.2.2
  52. zhiying_flutter_webview:
  53. git:
  54. ref: 0.0.4
  55. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_flutter_webview.git
  56. # 特效底部
  57. # convex_bottom_bar: ^2.7.1+2
  58. dev_dependencies:
  59. flutter_test:
  60. sdk: flutter
  61. zhiying_comm:
  62. path: ../zhiying_comm
  63. # For information on the generic Dart part of this file, see the
  64. # following page: https://dart.dev/tools/pub/pubspec
  65. # The following section is specific to Flutter.
  66. flutter:
  67. # This section identifies this Flutter project as a plugin project.
  68. # The androidPackage and pluginClass identifiers should not ordinarily
  69. # be modified. They are used by the tooling to maintain consistency when
  70. # adding or updating assets for this project.
  71. plugin:
  72. androidPackage: cn.zhios.zhiying_base_widget
  73. pluginClass: ZhiyingBaseWidgetPlugin
  74. # To add assets to your plugin package, add an assets section, like this:
  75. assets:
  76. - assets/images/launch_image/launch_image.png
  77. - assets/images/empty/empty.png
  78. - assets/images/qrcode/default_qrcode.png
  79. - assets/images/loading/loading.gif
  80. - assets/images/occupation_map/occupation_map.png
  81. #
  82. # For details regarding assets in packages, see
  83. # https://flutter.dev/assets-and-images/#from-packages
  84. #
  85. # An image asset can refer to one or more resolution-specific "variants", see
  86. # https://flutter.dev/assets-and-images/#resolution-aware.
  87. # To add custom fonts to your plugin package, add a fonts section here,
  88. # in this "flutter" section. Each entry in this list should have a
  89. # "family" key with the font family name, and a "fonts" key with a
  90. # list giving the asset and other descriptors for the font. For
  91. # example:
  92. #
  93. # For details regarding fonts in packages, see
  94. # https://flutter.dev/custom-fonts/#from-packages