基础组件库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

87 行
2.3 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.1.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. # mob 分享sdk
  25. sharesdk_plugin: ^1.2.8
  26. # 系统分享
  27. share_extend: ^1.1.9
  28. flutter_native_image: ^0.0.5
  29. #字符检测
  30. string_validator: 0.1.4
  31. intl: 0.15.7
  32. zhiying_comm:
  33. path: ../zhiying_comm
  34. dev_dependencies:
  35. flutter_test:
  36. sdk: flutter
  37. # For information on the generic Dart part of this file, see the
  38. # following page: https://dart.dev/tools/pub/pubspec
  39. # The following section is specific to Flutter.
  40. flutter:
  41. # This section identifies this Flutter project as a plugin project.
  42. # The androidPackage and pluginClass identifiers should not ordinarily
  43. # be modified. They are used by the tooling to maintain consistency when
  44. # adding or updating assets for this project.
  45. plugin:
  46. androidPackage: cn.zhios.zhiying_base_widget
  47. pluginClass: ZhiyingBaseWidgetPlugin
  48. # To add assets to your plugin package, add an assets section, like this:
  49. # assets:
  50. # - images/a_dot_burr.jpeg
  51. # - images/a_dot_ham.jpeg
  52. #
  53. # For details regarding assets in packages, see
  54. # https://flutter.dev/assets-and-images/#from-packages
  55. #
  56. # An image asset can refer to one or more resolution-specific "variants", see
  57. # https://flutter.dev/assets-and-images/#resolution-aware.
  58. # To add custom fonts to your plugin package, add a fonts section here,
  59. # in this "flutter" section. Each entry in this list should have a
  60. # "family" key with the font family name, and a "fonts" key with a
  61. # list giving the asset and other descriptors for the font. For
  62. # example:
  63. fonts:
  64. - family: Din-Bold
  65. fonts:
  66. - asset: assets/fonts/DIN-Bold.otf
  67. - family: Din-Medium
  68. fonts:
  69. - asset: assets/fonts/DIN-Medium.otf
  70. - family: Din
  71. fonts:
  72. - asset: assets/fonts/DIN-Regular.otf
  73. #
  74. # For details regarding fonts in packages, see
  75. # https://flutter.dev/custom-fonts/#from-packages