基础组件库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

71 righe
2.1 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. #微信导师
  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. # For information on the generic Dart part of this file, see the
  33. # following page: https://dart.dev/tools/pub/pubspec
  34. # The following section is specific to Flutter.
  35. flutter:
  36. # The following line ensures that the Material Icons font is
  37. # included with your application, so that you can use the icons in
  38. # the material Icons class.
  39. uses-material-design: true
  40. # To add assets to your application, add an assets section, like this:
  41. # assets:
  42. # - images/a_dot_burr.jpeg
  43. # - images/a_dot_ham.jpeg
  44. # An image asset can refer to one or more resolution-specific "variants", see
  45. # https://flutter.dev/assets-and-images/#resolution-aware.
  46. # For details regarding adding assets from package dependencies, see
  47. # https://flutter.dev/assets-and-images/#from-packages
  48. # To add custom fonts to your application, add a fonts section here,
  49. # in this "flutter" section. Each entry in this list should have a
  50. # "family" key with the font family name, and a "fonts" key with a
  51. # list giving the asset and other descriptors for the font. For
  52. # example:
  53. fonts:
  54. - family: PingFang
  55. fonts:
  56. - asset: assets/fonts/PingFang.otf
  57. # For details regarding fonts from package dependencies,
  58. # see https://flutter.dev/custom-fonts/#from-packages