基础组件库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

75 行
2.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.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. image_cropper:
  18. git:
  19. url: 'http://192.168.0.138:3000/FnuoOS_Flutter_Components/Image_Cropper.git'
  20. ref: '1.2.3+1'
  21. dev_dependencies:
  22. flutter_test:
  23. sdk: flutter
  24. zhiying_comm:
  25. path: ../zhiying_comm
  26. # For information on the generic Dart part of this file, see the
  27. # following page: https://dart.dev/tools/pub/pubspec
  28. # The following section is specific to Flutter.
  29. flutter:
  30. # This section identifies this Flutter project as a plugin project.
  31. # The androidPackage and pluginClass identifiers should not ordinarily
  32. # be modified. They are used by the tooling to maintain consistency when
  33. # adding or updating assets for this project.
  34. plugin:
  35. androidPackage: cn.zhios.zhiying_base_widget
  36. pluginClass: ZhiyingBaseWidgetPlugin
  37. # To add assets to your plugin package, add an assets section, like this:
  38. # assets:
  39. # - images/a_dot_burr.jpeg
  40. # - images/a_dot_ham.jpeg
  41. #
  42. # For details regarding assets in packages, see
  43. # https://flutter.dev/assets-and-images/#from-packages
  44. #
  45. # An image asset can refer to one or more resolution-specific "variants", see
  46. # https://flutter.dev/assets-and-images/#resolution-aware.
  47. # To add custom fonts to your plugin package, add a fonts section here,
  48. # in this "flutter" section. Each entry in this list should have a
  49. # "family" key with the font family name, and a "fonts" key with a
  50. # list giving the asset and other descriptors for the font. For
  51. # example:
  52. fonts:
  53. - family: Din-Bold
  54. fonts:
  55. - asset: assets/fonts/DIN-Bold.otf
  56. - family: Din-Medium
  57. fonts:
  58. - asset: assets/fonts/DIN-Medium.otf
  59. - family: Din
  60. fonts:
  61. - asset: assets/fonts/DIN-Regular.otf
  62. #
  63. # For details regarding fonts in packages, see
  64. # https://flutter.dev/custom-fonts/#from-packages