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

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