pubspec.yaml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. name: sport
  2. description: xie.hiyd.com
  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.3+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. provider: any # https://github.com/rrousselGit/provider
  25. fluro: 1.6.3 #路由
  26. dartin: ^0.1.5 #注入 https://github.com/ditclear/dartin
  27. retrofit: any #网络
  28. dio: 3.0.10 #网络
  29. dio_http_cache: 0.2.8 #网络
  30. json_annotation: any #json
  31. logger: any #日志
  32. flutter_blue: ^0.7.2 #蓝牙
  33. buffer: ^1.0.7
  34. permission_handler: ^5.0.1+1 #权限
  35. cached_network_image: 2.2.0+1 # image https://github.com/Baseflow/flutter_cached_network_image
  36. fluttertoast: ^7.0.1 # toast https://github.com/PonnamKarthik/FlutterToast
  37. android_intent: ^0.3.7+4
  38. url_launcher: any
  39. device_apps: ^1.2.0
  40. install_plugin: ^2.0.1
  41. orientation: ^1.2.0
  42. shared_preferences: ^0.5.8 # share_preferences
  43. intl: ^0.16.1 # 格式化日期
  44. # ui view
  45. flutter_easyrefresh: ^2.1.6 #刷新
  46. flutter_staggered_grid_view: 0.3.2
  47. video_player: ^0.10.12
  48. multi_image_picker: 4.7.14
  49. photo_view: ^0.10.2
  50. image_gallery_saver: ^1.5.0
  51. image_picker: 0.6.7+4 # 读取图片
  52. image_cropper: ^1.0.2 # 裁剪
  53. image_crop: ^0.3.2
  54. extended_nested_scroll_view: ^1.0.1
  55. flutter_spinkit: ^4.1.2 # 优秀的等待动画(菊花哥)
  56. flutter_swiper: ^1.1.6
  57. flutter_rating_bar: ^3.2.0+1
  58. flutter_timeline: ^0.1.1+13
  59. # social
  60. tencent_kit: 1.1.2 #https://github.com/rxreader/tencent_kit
  61. wechat_kit: 1.1.1 #https://github.com/rxreader/wechat_kit
  62. # path_provider: any
  63. path_provider: ^1.6.11 #路径
  64. package_info: any
  65. device_info: any
  66. qr_flutter: ^3.2.0 # 生成二维码
  67. qrscanner: # 扫描二维码
  68. path: plugin/qrscanner
  69. webview_flutter: ^0.3.24 # WebView
  70. amap_location_fluttify: ^0.17.0
  71. # The following adds the Cupertino Icons font to your application.
  72. # Use with the CupertinoIcons class for iOS style icons.
  73. cupertino_icons: ^0.1.3
  74. azlistview: ^1.1.0 # 列表搜索
  75. dev_dependencies:
  76. flutter_test:
  77. sdk: flutter
  78. retrofit_generator: 1.3.7+5
  79. build_runner: 1.10.0
  80. json_serializable: any
  81. # For information on the generic Dart part of this file, see the
  82. # following page: https://dart.dev/tools/pub/pubspec
  83. # The following section is specific to Flutter.
  84. flutter:
  85. # The following line ensures that the Material Icons font is
  86. # included with your application, so that you can use the icons in
  87. # the material Icons class.
  88. uses-material-design: true
  89. # To add assets to your application, add an assets section, like this:
  90. # assets:
  91. # - images/a_dot_burr.jpeg
  92. # - images/a_dot_ham.jpeg
  93. # An image asset can refer to one or more resolution-specific "variants", see
  94. # https://flutter.dev/assets-and-images/#resolution-aware.
  95. # For details regarding adding assets from package dependencies, see
  96. # https://flutter.dev/assets-and-images/#from-packages
  97. # To add custom fonts to your application, add a fonts section here,
  98. # in this "flutter" section. Each entry in this list should have a
  99. # "family" key with the font family name, and a "fonts" key with a
  100. # list giving the asset and other descriptors for the font. For
  101. # example:
  102. # fonts:
  103. # - family: Schyler
  104. # fonts:
  105. # - asset: fonts/Schyler-Regular.ttf
  106. # - asset: fonts/Schyler-Italic.ttf
  107. # style: italic
  108. # - family: Trajan Pro
  109. # fonts:
  110. # - asset: fonts/TrajanPro.ttf
  111. # - asset: fonts/TrajanPro_Bold.ttf
  112. # weight: 700
  113. #
  114. # For details regarding fonts from package dependencies,
  115. # see https://flutter.dev/custom-fonts/#from-packages
  116. assets:
  117. - lib/assets/img/ # Base 1.0
  118. - lib/assets/json/
  119. fonts:
  120. - family: DIN
  121. fonts:
  122. - asset: fonts/DIN-BOLD.OTF