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

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