基础组件库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

pubspec.yaml 1.9 KiB

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