未使用的依赖项在 Flutter 中显示
Unused dependencies Shows in Flutter
我正在开发 flutter 应用程序,我在我的项目中使用了以下依赖项。
webview_flutter:^3.0.0
connectivity_plus:^2.2.0
html:^0.15.0
sn_progress_dialog:^1.0.3
http:^0.13.4
pin_code_fields:^7.3.0
flutter_barcode_scanner:^2.0.0
url_launcher:^6.0.20
datetime_picker_formfield:^2.0.0
extended_masked_text:^2.3.1
image_picker:^0.8.4+8
时间线:^0.1.0
carousel_slider:^4.0.0
page_transition:^2.0.5
供应商:^6.0.2
native_updater:^0.1.1
flutter_svg: ^1.0.3
dropdown_search:^2.0.1
flutter_rating_bar:^4.0.0
可扩展:^5.0.1
密码:^3.0.1
device_info_plus:^3.2.1
dart_ipify: ^1.1.1
qr_code_scanner: ^0.6.1
flutter_jailbreak_detection: ^1.8.0
flutter_secure_storage:^5.0.2
firebase_messaging: ^11.2.6
firebase_core: ^1.12.0
cloud_firestore:^3.1.8
flutter_google_places:^0.3.0
google_directions_api: ^0.9.0
地理定位器:^8.2.0
地理编码:^2.0.2
google_maps_flutter:^2.1.1
位置:^4.3.0
flutter_polyline_points:^1.0.0
permission_handler:^9.2.0
但在我的 android 文件夹中显示未使用的依赖项。任何人都可以解释这个以及如何从项目中删除它?
Ex:package_info_plus
我不确定我是否给出了正确的答案,但这可能是因为每个颤振 package/plugin 可能取决于其他颤振。如果您看到 device_info_plus on pub.dev,您将看到它的依赖项。见下图。
我正在开发 flutter 应用程序,我在我的项目中使用了以下依赖项。
webview_flutter:^3.0.0
connectivity_plus:^2.2.0
html:^0.15.0
sn_progress_dialog:^1.0.3
http:^0.13.4
pin_code_fields:^7.3.0
flutter_barcode_scanner:^2.0.0
url_launcher:^6.0.20
datetime_picker_formfield:^2.0.0
extended_masked_text:^2.3.1
image_picker:^0.8.4+8
时间线:^0.1.0
carousel_slider:^4.0.0
page_transition:^2.0.5
供应商:^6.0.2
native_updater:^0.1.1
flutter_svg: ^1.0.3
dropdown_search:^2.0.1
flutter_rating_bar:^4.0.0
可扩展:^5.0.1
密码:^3.0.1
device_info_plus:^3.2.1
dart_ipify: ^1.1.1
qr_code_scanner: ^0.6.1
flutter_jailbreak_detection: ^1.8.0
flutter_secure_storage:^5.0.2
firebase_messaging: ^11.2.6
firebase_core: ^1.12.0
cloud_firestore:^3.1.8
flutter_google_places:^0.3.0
google_directions_api: ^0.9.0
地理定位器:^8.2.0
地理编码:^2.0.2
google_maps_flutter:^2.1.1
位置:^4.3.0
flutter_polyline_points:^1.0.0
permission_handler:^9.2.0
但在我的 android 文件夹中显示未使用的依赖项。任何人都可以解释这个以及如何从项目中删除它?
我不确定我是否给出了正确的答案,但这可能是因为每个颤振 package/plugin 可能取决于其他颤振。如果您看到 device_info_plus on pub.dev,您将看到它的依赖项。见下图。