基础组件库
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

pubspec.yaml 2.8 KiB

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