pubspec.yaml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. name: bbyyy
  2. description: A new Flutter application.
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `pub publish`. This is preferred for private packages.
  5. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  6. # The following defines the version and build number for your application.
  7. # A version number is three numbers separated by dots, like 1.2.43
  8. # followed by an optional build number separated by a +.
  9. # Both the version and the builder number may be overridden in flutter
  10. # build by specifying --build-name and --build-number, respectively.
  11. # In Android, build-name is used as versionName while build-number used as versionCode.
  12. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  13. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  14. # Read more about iOS versioning at
  15. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  16. version: 1.1.17+1
  17. environment:
  18. sdk: ">=2.7.0 <3.0.0"
  19. dependencies:
  20. flutter:
  21. sdk: flutter
  22. flutter_localizations:
  23. sdk: flutter
  24. # The following adds the Cupertino Icons font to your application.
  25. # Use with the CupertinoIcons class for iOS style icons.
  26. cupertino_icons: ^1.0.3
  27. flutter_svg: ^0.22.0 #使用svg文件
  28. image_picker: ^0.8.4+2 #选择图片
  29. image_cropper: ^1.4.1 #图片剪裁
  30. pull_to_refresh: ^2.0.0 #下拉刷新
  31. flutter_swiper: ^1.1.6 #轮播
  32. cached_network_image: ^3.1.0 #图片缓存
  33. badges: ^2.0.1 #消息圆点
  34. scroll_to_index: ^2.0.0 #滚动到指定index
  35. dio: ^4.0.0 #http请求
  36. simple_logger: ^1.8.1 #log
  37. shared_preferences: ^2.0.7 #数据本地存储
  38. package_info: ^2.0.2 #获取版本号
  39. flutter_image_compress: ^1.1.0 #图片压缩
  40. crypto: ^3.0.1 #md5加密
  41. convert: ^3.0.1 #md5加密使用
  42. sqflite: ^2.0.0+4 #数据
  43. uuid: ^3.0.4 #生成订单UUID
  44. flutter_slidable: ^0.6.0 #滑动删除
  45. tobias: ^2.1.2+1
  46. flustars: ^2.0.1
  47. disable_screenshots: ^0.2.0
  48. azlistview: ^1.1.1
  49. lpinyin: ^2.0.3
  50. flutter_local_notifications: ^8.2.0
  51. rxdart: ^0.27.2 #本地通知使用
  52. audioplayers: ^0.20.1
  53. path_provider: ^2.0.4 #获取储存路径
  54. install_plugin: ^2.0.1 #安装apk
  55. url_launcher: ^6.0.10
  56. launch_review: ^3.0.1
  57. permission_handler: ^8.1.6
  58. catcher: ^0.6.8
  59. qr_flutter: ^4.0.0
  60. scan: ^1.4.3
  61. address_picker: ^0.0.1
  62. fluwx: ^3.6.1+2
  63. image_gallery_saver: ^1.6.9
  64. amap_flutter_map: ^2.0.2
  65. amap_flutter_base: ^2.0.0
  66. amap_flutter_location: ^2.0.0
  67. provider: ^6.0.0
  68. encrypt: ^5.0.1
  69. get: ^4.3.8
  70. dev_dependencies:
  71. flutter_test:
  72. sdk: flutter
  73. # For information on the generic Dart part of this file, see the
  74. # following page: https://dart.dev/tools/pub/pubspec
  75. # The following section is specific to Flutter.
  76. flutter:
  77. # The following line ensures that the Material Icons font is
  78. # included with your application, so that you can use the icons in
  79. # the material Icons class.
  80. uses-material-design: true
  81. assets:
  82. - images/
  83. - images/svg/
  84. - assets/jifendaozhang.aac
  85. # - images/a_dot_ham.jpeg
  86. fonts:
  87. - family: PingFang
  88. fonts:
  89. - asset: fonts/PingFang.ttf
  90. # To add assets to your application, add an assets section, like this:
  91. # assets:
  92. # - images/a_dot_burr.jpeg
  93. # - images/a_dot_ham.jpeg
  94. # An image asset can refer to one or more resolution-specific "variants", see
  95. # https://flutter.dev/assets-and-images/#resolution-aware.
  96. # For details regarding adding assets from package dependencies, see
  97. # https://flutter.dev/assets-and-images/#from-packages
  98. # To add custom fonts to your application, add a fonts section here,
  99. # in this "flutter" section. Each entry in this list should have a
  100. # "family" key with the font family name, and a "fonts" key with a
  101. # list giving the asset and other descriptors for the font. For
  102. # example:
  103. # fonts:
  104. # - family: Schyler
  105. # fonts:
  106. # - asset: fonts/Schyler-Regular.ttf
  107. # - asset: fonts/Schyler-Italic.ttf
  108. # style: italic
  109. # - family: Trajan Pro
  110. # fonts:
  111. # - asset: fonts/TrajanPro.ttf
  112. # - asset: fonts/TrajanPro_Bold.ttf
  113. # weight: 700
  114. #
  115. # For details regarding fonts from package dependencies,
  116. # see https://flutter.dev/custom-fonts/#from-packages