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

4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. name: zhiying_base_widget
  2. description: A new Flutter plugin.
  3. version: 0.0.1
  4. author:
  5. homepage:
  6. environment:
  7. sdk: ">=2.1.0 <3.0.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flutter_swiper: ^1.1.6
  12. bloc: ^4.0.0
  13. event_bus: ^1.1.1
  14. pull_to_refresh: ^1.6.1
  15. flutter_cupertino_date_picker: ^1.0.26+2
  16. image_picker: ^0.6.7+3
  17. image_cropper:
  18. git:
  19. url: 'http://192.168.0.138:3000/FnuoOS_Flutter_Components/Image_Cropper.git'
  20. ref: '1.2.3+1'
  21. dev_dependencies:
  22. flutter_test:
  23. sdk: flutter
  24. zhiying_comm:
  25. path: ../zhiying_comm
  26. json_serializable: ^3.3.0
  27. build_runner: ^1.10.0
  28. # For information on the generic Dart part of this file, see the
  29. # following page: https://dart.dev/tools/pub/pubspec
  30. # The following section is specific to Flutter.
  31. flutter:
  32. # This section identifies this Flutter project as a plugin project.
  33. # The androidPackage and pluginClass identifiers should not ordinarily
  34. # be modified. They are used by the tooling to maintain consistency when
  35. # adding or updating assets for this project.
  36. plugin:
  37. androidPackage: cn.zhios.zhiying_base_widget
  38. pluginClass: ZhiyingBaseWidgetPlugin
  39. # To add assets to your plugin package, add an assets section, like this:
  40. # assets:
  41. # - images/a_dot_burr.jpeg
  42. # - images/a_dot_ham.jpeg
  43. #
  44. # For details regarding assets in packages, see
  45. # https://flutter.dev/assets-and-images/#from-packages
  46. #
  47. # An image asset can refer to one or more resolution-specific "variants", see
  48. # https://flutter.dev/assets-and-images/#resolution-aware.
  49. # To add custom fonts to your plugin package, add a fonts section here,
  50. # in this "flutter" section. Each entry in this list should have a
  51. # "family" key with the font family name, and a "fonts" key with a
  52. # list giving the asset and other descriptors for the font. For
  53. # example:
  54. fonts:
  55. - family: Din-Bold
  56. fonts:
  57. - asset: assets/fonts/DIN-Bold.otf
  58. - family: Din-Medium
  59. fonts:
  60. - asset: assets/fonts/DIN-Medium.otf
  61. - family: Din
  62. fonts:
  63. - asset: assets/fonts/DIN-Regular.otf
  64. #
  65. # For details regarding fonts in packages, see
  66. # https://flutter.dev/custom-fonts/#from-packages