基础组件库
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

67 рядки
2.0 KiB

  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. dev_dependencies:
  13. flutter_test:
  14. sdk: flutter
  15. zhiying_base_widget:
  16. path: ../
  17. zhiying_comm:
  18. path: ../../zhiying_comm
  19. # For information on the generic Dart part of this file, see the
  20. # following page: https://dart.dev/tools/pub/pubspec
  21. # The following section is specific to Flutter.
  22. flutter:
  23. # The following line ensures that the Material Icons font is
  24. # included with your application, so that you can use the icons in
  25. # the material Icons class.
  26. uses-material-design: true
  27. # To add assets to your application, add an assets section, like this:
  28. # assets:
  29. # - images/a_dot_burr.jpeg
  30. # - images/a_dot_ham.jpeg
  31. # An image asset can refer to one or more resolution-specific "variants", see
  32. # https://flutter.dev/assets-and-images/#resolution-aware.
  33. # For details regarding adding assets from package dependencies, see
  34. # https://flutter.dev/assets-and-images/#from-packages
  35. # To add custom fonts to your application, add a fonts section here,
  36. # in this "flutter" section. Each entry in this list should have a
  37. # "family" key with the font family name, and a "fonts" key with a
  38. # list giving the asset and other descriptors for the font. For
  39. # example:
  40. # fonts:
  41. # - family: Schyler
  42. # fonts:
  43. # - asset: fonts/Schyler-Regular.ttf
  44. # - asset: fonts/Schyler-Italic.ttf
  45. # style: italic
  46. # - family: Trajan Pro
  47. # fonts:
  48. # - asset: fonts/TrajanPro.ttf
  49. # - asset: fonts/TrajanPro_Bold.ttf
  50. # weight: 700
  51. #
  52. # For details regarding fonts from package dependencies,
  53. # see https://flutter.dev/custom-fonts/#from-packages