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

69 regels
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. 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: Schyler
  45. # fonts:
  46. # - asset: fonts/Schyler-Regular.ttf
  47. # - asset: fonts/Schyler-Italic.ttf
  48. # style: italic
  49. # - family: Trajan Pro
  50. # fonts:
  51. # - asset: fonts/TrajanPro.ttf
  52. # - asset: fonts/TrajanPro_Bold.ttf
  53. # weight: 700
  54. #
  55. # For details regarding fonts from package dependencies,
  56. # see https://flutter.dev/custom-fonts/#from-packages