pubspec.yaml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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.0.7+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.0
  27. flutter_svg: ^0.21.0 #使用svg文件
  28. image_picker: ^0.7.4 #选择图片
  29. image_cropper: ^1.4.0 #图片剪裁
  30. pull_to_refresh: ^1.6.4 #下拉刷新
  31. flutter_swiper: ^1.1.6 #轮播
  32. cached_network_image: ^3.0.0 #图片缓存
  33. badges: ^1.1.6 #消息圆点
  34. scroll_to_index: ^1.0.6 #滚动到指定index
  35. dio: ^4.0.0 #http请求
  36. simple_logger: ^1.7.0 #log
  37. shared_preferences: ^2.0.5 #数据本地存储
  38. package_info: ^0.4.3+2 #获取版本号
  39. flutter_image_compress: ^0.7.0 #图片压缩
  40. crypto: ^3.0.1 #md5加密
  41. convert: ^2.1.1 #md5加密使用
  42. sqflite: ^2.0.0+3 #数据
  43. uuid: ^3.0.3 #生成订单UUID
  44. flutter_slidable: ^0.5.7 #滑动删除
  45. tobias: ^2.1.0
  46. flustars: ^0.3.3
  47. disable_screenshots: ^0.1.0
  48. azlistview: ^1.1.1
  49. lpinyin: ^2.0.1
  50. flutter_local_notifications: ^5.0.0+1
  51. rxdart: ^0.26.0 #本地通知使用
  52. audioplayers: ^0.18.3
  53. path_provider: ^2.0.1 #获取储存路径
  54. install_plugin: ^2.0.1 #安装apk
  55. url_launcher: ^6.0.3
  56. launch_review: ^3.0.1
  57. amap_location: ^0.2.0
  58. permission_handler: ^6.1.3
  59. catcher: ^0.6.5
  60. dev_dependencies:
  61. flutter_test:
  62. sdk: flutter
  63. # For information on the generic Dart part of this file, see the
  64. # following page: https://dart.dev/tools/pub/pubspec
  65. # The following section is specific to Flutter.
  66. flutter:
  67. # The following line ensures that the Material Icons font is
  68. # included with your application, so that you can use the icons in
  69. # the material Icons class.
  70. uses-material-design: true
  71. assets:
  72. - images/
  73. - images/svg/
  74. - assets/jifendaozhang.aac
  75. # - images/a_dot_ham.jpeg
  76. fonts:
  77. - family: PingFang
  78. fonts:
  79. - asset: fonts/PingFang.ttf
  80. # To add assets to your application, add an assets section, like this:
  81. # assets:
  82. # - images/a_dot_burr.jpeg
  83. # - images/a_dot_ham.jpeg
  84. # An image asset can refer to one or more resolution-specific "variants", see
  85. # https://flutter.dev/assets-and-images/#resolution-aware.
  86. # For details regarding adding assets from package dependencies, see
  87. # https://flutter.dev/assets-and-images/#from-packages
  88. # To add custom fonts to your application, add a fonts section here,
  89. # in this "flutter" section. Each entry in this list should have a
  90. # "family" key with the font family name, and a "fonts" key with a
  91. # list giving the asset and other descriptors for the font. For
  92. # example:
  93. # fonts:
  94. # - family: Schyler
  95. # fonts:
  96. # - asset: fonts/Schyler-Regular.ttf
  97. # - asset: fonts/Schyler-Italic.ttf
  98. # style: italic
  99. # - family: Trajan Pro
  100. # fonts:
  101. # - asset: fonts/TrajanPro.ttf
  102. # - asset: fonts/TrajanPro_Bold.ttf
  103. # weight: 700
  104. #
  105. # For details regarding fonts from package dependencies,
  106. # see https://flutter.dev/custom-fonts/#from-packages