pubspec.yaml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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.5.2+15203
  17. environment:
  18. sdk: ">=2.16.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. get_it: any
  26. fluro: any #路由
  27. retrofit: any #网络
  28. dio: any #网络
  29. dio_cache_interceptor: any
  30. logger: any #日志
  31. buffer: any
  32. synchronized: any
  33. async: any
  34. permission_handler: 9.2.0 #权限
  35. cached_network_image: any # image https://github.com/Baseflow/flutter_cached_network_image
  36. fluttertoast: ^8.0.8 # toast https://github.com/PonnamKarthik/FlutterToast
  37. flutter_local_notifications: 9.4.0
  38. android_intent: any
  39. url_launcher: 6.0.20
  40. device_apps: any
  41. shared_preferences: any # share_preferences
  42. share_plus: ^2.1.4
  43. flutter_image_compress: ^1.1.0
  44. wakelock: any
  45. app_installer: any
  46. web_socket_channel: any
  47. flutter_html: ^3.0.0-alpha.3
  48. connectivity_plus: ^2.3.0
  49. flutter_reactive_ble: #^5.0.2
  50. path: plugin/flutter_reactive_ble-5.0.2
  51. #flutter_blue: any #蓝牙
  52. nordic_dfu: #^5.0.1
  53. path: plugin/nordic_dfu-5.0.1
  54. # ui view
  55. flutter_easyrefresh: ^2.1.6 #刷新
  56. flutter_staggered_grid_view: any
  57. video_player: ^2.4.7
  58. photo_view: any
  59. image_gallery_saver: any
  60. images_picker: 1.2.10
  61. image_crop: any
  62. flutter_swiper_plus: any
  63. flutter_rating_bar: any
  64. flutter_timeline: any
  65. scrollable_positioned_list: any
  66. azlistview: ^2.0.0 # 列表搜索
  67. flutter_sticky_header: ^0.6.0
  68. expandable_text: ^2.2.0
  69. extended_nested_scroll_view: ^5.0.0
  70. paged_vertical_calendar: #^1.0.6
  71. path: plugin/paged_vertical_calendar-1.0.6
  72. visibility_detector: ^0.2.2
  73. animated_widgets: ^1.1.0
  74. animated_text_kit: ^4.2.1
  75. flutter_keyboard_visibility: any
  76. like_button: ^2.0.4
  77. dotted_line: ^3.1.0
  78. # social
  79. tencent_kit: ^3.1.0
  80. wechat_kit: ^3.2.0
  81. # path_provider: any
  82. path_provider: any #路径
  83. package_info: any
  84. device_info: any
  85. qr_flutter: any # 生成二维码
  86. webview_flutter: ^3.0.4 # WebView
  87. just_audio: any
  88. # 推送服务
  89. getuiflut: 0.2.13
  90. umeng_common_sdk: 1.2.4
  91. amap_flutter_map:
  92. path: plugin/amap_flutter_map-3.0.0
  93. amap_flutter_location:
  94. path: plugin/amap_flutter_location-3.0.0
  95. # amap_location:
  96. # path: plugin/amap_location
  97. qrscanner: # 扫描二维码
  98. path: plugin/qrscanner
  99. broadcast: # 系统广播
  100. path: plugin/broadcast
  101. pedometer: # https://pub.flutter-io.cn/packages/pedometer
  102. path: plugin/pedometer-2.1.0
  103. # extended_nested_scroll_view:
  104. # path: plugin/extended_nested_scroll_view-2.0.1
  105. shoes_sdk:
  106. path: plugin/shoes_sdk
  107. # umeng_common_sdk:
  108. # path: plugin/common_flutter_1.1.3
  109. flutter_screen_recording:
  110. path: plugin/flutter_screen_recording-1.1.1
  111. # flutter_blue_plus:
  112. # path: plugin/flutter_blue_plus-1.1.3
  113. # flutter_blue:
  114. # path: plugin/flutter_blue-0.8.0
  115. # flutter_plugin_mipush:
  116. # path: plugin/flutter_plugin_mipush
  117. # The following adds the Cupertino Icons font to your application.
  118. # Use with the CupertinoIcons class for iOS style icons.
  119. cupertino_icons: ^1.0.0
  120. # ios only
  121. sign_in_with_apple: ^3.0.0
  122. health_kit_reporter: ^1.5.2
  123. dev_dependencies:
  124. flutter_test:
  125. sdk: flutter
  126. retrofit_generator: any
  127. build_runner: any
  128. json_serializable: any
  129. # For information on the generic Dart part of this file, see the
  130. # following page: https://dart.dev/tools/pub/pubspec
  131. # The following section is specific to Flutter.
  132. flutter:
  133. # The following line ensures that the Material Icons font is
  134. # included with your application, so that you can use the icons in
  135. # the material Icons class.
  136. uses-material-design: true
  137. # To add assets to your application, add an assets section, like this:
  138. # assets:
  139. # - images/a_dot_burr.jpeg
  140. # - images/a_dot_ham.jpeg
  141. # An image asset can refer to one or more resolution-specific "variants", see
  142. # https://flutter.dev/assets-and-images/#resolution-aware.
  143. # For details regarding adding assets from package dependencies, see
  144. # https://flutter.dev/assets-and-images/#from-packages
  145. # To add custom fonts to your application, add a fonts section here,
  146. # in this "flutter" section. Each entry in this list should have a
  147. # "family" key with the font family name, and a "fonts" key with a
  148. # list giving the asset and other descriptors for the font. For
  149. # example:
  150. # fonts:
  151. # - family: Schyler
  152. # fonts:
  153. # - asset: fonts/Schyler-Regular.ttf
  154. # - asset: fonts/Schyler-Italic.ttf
  155. # style: italic
  156. # - family: Trajan Pro
  157. # fonts:
  158. # - asset: fonts/TrajanPro.ttf
  159. # - asset: fonts/TrajanPro_Bold.ttf
  160. # weight: 700
  161. #
  162. # For details regarding fonts from package dependencies,
  163. # see https://flutter.dev/custom-fonts/#from-packages
  164. assets:
  165. - assets/audio/
  166. - assets/audio/number/
  167. - assets/audio/run/
  168. - assets/mapstyle/
  169. - assets/video/
  170. - assets/video/s/
  171. - assets/video/js/
  172. - assets/video/jh/
  173. - assets/video/jl/
  174. - assets/run/
  175. - lib/assets/img/ # Base 1.0
  176. - lib/assets/json/
  177. fonts:
  178. - family: DIN
  179. fonts:
  180. - asset: fonts/DIN-BOLD.OTF