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

97 lines
2.6 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: ^4.0.0
  13. event_bus: ^1.1.1
  14. pull_to_refresh:
  15. path: ../../1.22.0_master/flutter_pulltorefresh
  16. flutter_cupertino_date_picker:
  17. path: ../../1.22.0_master/flutter-cupertino-date-picker
  18. image_picker: ^0.6.7+3
  19. tab_indicator_styler: 1.0.0
  20. connectivity: ^0.4.9+3
  21. save_image: ^1.0.1
  22. image_cropper:
  23. git:
  24. url: 'http://192.168.0.138:3000/FnuoOS_Flutter_Components/Image_Cropper.git'
  25. ref: '1.2.3+1'
  26. # 系统分享
  27. share_extend: ^1.1.9
  28. flutter_native_image: ^0.0.5
  29. #字符检测
  30. string_validator: 0.1.4
  31. # 列表滑动删除
  32. flutter_slidable: 0.5.7
  33. # image_gallery_saver: ^1.6.0
  34. permission_handler:
  35. git:
  36. ref: 0.0.1
  37. url: http://192.168.0.138:3000/FnuoOS_Flutter_Components/permission_handler.git
  38. more_picture_share:
  39. path: ../more_picture_share
  40. intl: 0.16.1
  41. loading_indicator: ^1.2.0
  42. mobpush_plugin:
  43. dev_dependencies:
  44. flutter_test:
  45. sdk: flutter
  46. zhiying_comm:
  47. path: ../zhiying_comm
  48. # For information on the generic Dart part of this file, see the
  49. # following page: https://dart.dev/tools/pub/pubspec
  50. # The following section is specific to Flutter.
  51. flutter:
  52. # This section identifies this Flutter project as a plugin project.
  53. # The androidPackage and pluginClass identifiers should not ordinarily
  54. # be modified. They are used by the tooling to maintain consistency when
  55. # adding or updating assets for this project.
  56. plugin:
  57. androidPackage: cn.zhios.zhiying_base_widget
  58. pluginClass: ZhiyingBaseWidgetPlugin
  59. # To add assets to your plugin package, add an assets section, like this:
  60. assets:
  61. - assets/images/launch_image/launch_image.png
  62. - assets/images/empty/empty.png
  63. - assets/images/qrcode/default_qrcode.png
  64. - assets/images/loading/loading.gif
  65. - assets/images/occupation_map/occupation_map.png
  66. #
  67. # For details regarding assets in packages, see
  68. # https://flutter.dev/assets-and-images/#from-packages
  69. #
  70. # An image asset can refer to one or more resolution-specific "variants", see
  71. # https://flutter.dev/assets-and-images/#resolution-aware.
  72. # To add custom fonts to your plugin package, add a fonts section here,
  73. # in this "flutter" section. Each entry in this list should have a
  74. # "family" key with the font family name, and a "fonts" key with a
  75. # list giving the asset and other descriptors for the font. For
  76. # example:
  77. #
  78. # For details regarding fonts in packages, see
  79. # https://flutter.dev/custom-fonts/#from-packages