基础组件库
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

pubspec.yaml 1.8 KiB

před 4 roky
před 3 roky
před 4 roky
před 4 roky
před 4 roky
před 4 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: zhiying_base_widget_example
  2. description: Demonstrates how to use the zhiying_base_widget plugin.
  3. publish_to: 'none'
  4. environment:
  5. sdk: ">=2.1.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. # The following adds the Cupertino Icons font to your application.
  10. # Use with the CupertinoIcons class for iOS style icons.
  11. cupertino_icons: ^0.1.2
  12. flutter_localizations:
  13. sdk: flutter
  14. mobpush_plugin:
  15. dev_dependencies:
  16. flutter_test:
  17. sdk: flutter
  18. zhiying_base_widget:
  19. path: ../
  20. zhiying_comm:
  21. path: ../../zhiying_comm
  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. # The following line ensures that the Material Icons font is
  27. # included with your application, so that you can use the icons in
  28. # the material Icons class.
  29. uses-material-design: true
  30. # To add assets to your application, add an assets section, like this:
  31. # assets:
  32. # - images/a_dot_burr.jpeg
  33. # - images/a_dot_ham.jpeg
  34. # An image asset can refer to one or more resolution-specific "variants", see
  35. # https://flutter.dev/assets-and-images/#resolution-aware.
  36. # For details regarding adding assets from package dependencies, see
  37. # https://flutter.dev/assets-and-images/#from-packages
  38. # To add custom fonts to your application, add a fonts section here,
  39. # in this "flutter" section. Each entry in this list should have a
  40. # "family" key with the font family name, and a "fonts" key with a
  41. # list giving the asset and other descriptors for the font. For
  42. # example:
  43. fonts:
  44. - family: PingFang
  45. fonts:
  46. - asset: assets/fonts/PingFang.otf
  47. # For details regarding fonts from package dependencies,
  48. # see https://flutter.dev/custom-fonts/#from-packages