基础组件库
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

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