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

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