基础组件库
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

pubspec.yaml 2.0 KiB

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