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

70 line
2.0 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. shimmer: ^1.1.1
  12. flutter_swiper : ^1.1.6
  13. provider: ^4.0.0
  14. bloc: ^4.0.0
  15. flutter_bloc: ^4.0.1
  16. dev_dependencies:
  17. flutter_test:
  18. sdk: flutter
  19. zhiying_comm:
  20. path: ../zhiying_comm
  21. # For information on the generic Dart part of this file, see the
  22. # following page: https://dart.dev/tools/pub/pubspec
  23. # The following section is specific to Flutter.
  24. flutter:
  25. # This section identifies this Flutter project as a plugin project.
  26. # The androidPackage and pluginClass identifiers should not ordinarily
  27. # be modified. They are used by the tooling to maintain consistency when
  28. # adding or updating assets for this project.
  29. plugin:
  30. androidPackage: cn.zhios.zhiying_base_widget
  31. pluginClass: ZhiyingBaseWidgetPlugin
  32. # To add assets to your plugin package, add an assets section, like this:
  33. # assets:
  34. # - images/a_dot_burr.jpeg
  35. # - images/a_dot_ham.jpeg
  36. #
  37. # For details regarding assets in packages, see
  38. # https://flutter.dev/assets-and-images/#from-packages
  39. #
  40. # An image asset can refer to one or more resolution-specific "variants", see
  41. # https://flutter.dev/assets-and-images/#resolution-aware.
  42. # To add custom fonts to your plugin package, add a fonts section here,
  43. # in this "flutter" section. Each entry in this list should have a
  44. # "family" key with the font family name, and a "fonts" key with a
  45. # list giving the asset and other descriptors for the font. For
  46. # example:
  47. # fonts:
  48. # - family: Schyler
  49. # fonts:
  50. # - asset: fonts/Schyler-Regular.ttf
  51. # - asset: fonts/Schyler-Italic.ttf
  52. # style: italic
  53. # - family: Trajan Pro
  54. # fonts:
  55. # - asset: fonts/TrajanPro.ttf
  56. # - asset: fonts/TrajanPro_Bold.ttf
  57. # weight: 700
  58. #
  59. # For details regarding fonts in packages, see
  60. # https://flutter.dev/custom-fonts/#from-packages