基础库
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

pubspec.yaml 2.5 KiB

4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
4 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. name: zhiying_comm
  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. dio: ^3.0.9
  12. provider: ^4.0.0
  13. package_info: ^0.4.0+17
  14. device_info: ^0.4.0+1
  15. flutter_native_image: ^0.0.5
  16. # toast提示
  17. fluttertoast: 4.0.1
  18. # 图片缓存
  19. cached_network_image: ^2.2.0+1
  20. equatable: ^1.2.0
  21. # 屏幕适配
  22. flutter_screenutil: ^1.1.0
  23. # 缓存
  24. shared_preferences: ^0.5.10
  25. # bloc
  26. flutter_bloc: ^4.0.1
  27. # 骨架屏
  28. shimmer: ^1.1.1
  29. webview_flutter: ^0.3.22+1
  30. # 京东sdk
  31. jdsdk: ^0.0.1
  32. # Android app更新
  33. # flutter_xupdate: ^1.0.0
  34. # app更新dialogUI(用于IOS,以便统一样式)
  35. flutter_update_dialog: 1.0.0
  36. flutter_alibc:
  37. git:
  38. ref: 0.0.3
  39. url: http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_flutter_alibc.git
  40. url_launcher: ^5.6.0
  41. dev_dependencies:
  42. flutter_test:
  43. sdk: flutter
  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. # This section identifies this Flutter project as a plugin project.
  49. # The androidPackage and pluginClass identifiers should not ordinarily
  50. # be modified. They are used by the tooling to maintain consistency when
  51. # adding or updating assets for this project.
  52. plugin:
  53. androidPackage: cn.zhios.zhiying_comm
  54. pluginClass: ZhiyingCommPlugin
  55. # To add assets to your plugin package, add an assets section, like this:
  56. assets:
  57. - assets/images/icon_taobao.png
  58. #
  59. # For details regarding assets in packages, see
  60. # https://flutter.dev/assets-and-images/#from-packages
  61. #
  62. # An image asset can refer to one or more resolution-specific "variants", see
  63. # https://flutter.dev/assets-and-images/#resolution-aware.
  64. # To add custom fonts to your plugin package, add a fonts section here,
  65. # in this "flutter" section. Each entry in this list should have a
  66. # "family" key with the font family name, and a "fonts" key with a
  67. # list giving the asset and other descriptors for the font. For
  68. # example:
  69. # fonts:
  70. # - family: Schyler
  71. # fonts:
  72. # - asset: fonts/Schyler-Regular.ttf
  73. # - asset: fonts/Schyler-Italic.ttf
  74. # style: italic
  75. # - family: Trajan Pro
  76. # fonts:
  77. # - asset: fonts/TrajanPro.ttf
  78. # - asset: fonts/TrajanPro_Bold.ttf
  79. # weight: 700
  80. #
  81. # For details regarding fonts in packages, see
  82. # https://flutter.dev/custom-fonts/#from-packages