基础组件库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

87 行
2.6 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. zhiying_new_user_free:
  23. path: ../../zhiying_new_user_free
  24. zhiying_business_college:
  25. path: ../../zhiying_business_college
  26. zhiying_equity_card:
  27. path: ../../zhiying_equity_card
  28. #微信导师
  29. zhiying_wechat_teacher:
  30. #path: ../zhiying_wechat_teacher
  31. git:
  32. ref: 0.0.1+1
  33. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_wechat_teacher.git
  34. #朋友圈
  35. zhiying_moments:
  36. #path: ../zhiying_moments
  37. git:
  38. ref: 0.2.0
  39. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_moments.git
  40. #会员升级
  41. zhiying_member_upgrade:
  42. #path: ../Zhiying_Member_Upgrade
  43. git:
  44. ref: 0.0.2
  45. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/Zhiying_Member_Upgrade.git
  46. plugin_platform_interface: "1.0.2"
  47. permission_handler_platform_interface: "2.0.1"
  48. # For information on the generic Dart part of this file, see the
  49. # following page: https://dart.dev/tools/pub/pubspec
  50. # The following section is specific to Flutter.
  51. flutter:
  52. # The following line ensures that the Material Icons font is
  53. # included with your application, so that you can use the icons in
  54. # the material Icons class.
  55. uses-material-design: true
  56. # To add assets to your application, add an assets section, like this:
  57. # assets:
  58. # - images/a_dot_burr.jpeg
  59. # - images/a_dot_ham.jpeg
  60. # An image asset can refer to one or more resolution-specific "variants", see
  61. # https://flutter.dev/assets-and-images/#resolution-aware.
  62. # For details regarding adding assets from package dependencies, see
  63. # https://flutter.dev/assets-and-images/#from-packages
  64. # To add custom fonts to your application, add a fonts section here,
  65. # in this "flutter" section. Each entry in this list should have a
  66. # "family" key with the font family name, and a "fonts" key with a
  67. # list giving the asset and other descriptors for the font. For
  68. # example:
  69. fonts:
  70. - family: PingFang
  71. fonts:
  72. - asset: assets/fonts/PingFang.otf
  73. # For details regarding fonts from package dependencies,
  74. # see https://flutter.dev/custom-fonts/#from-packages