基础组件库
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

pubspec.yaml 2.4 KiB

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