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

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