You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: You are using these overridden dependencies:
! analyzer 0.39.17 (1.3.0 available)
Running "flutter pub get" in flutter_download_demo... 960ms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Warning
──────────────────────────────────────────────────────────────────────────────
Your Flutter application is created using an older version of the Android
embedding. It's being deprecated in favor of Android embedding v2. Follow the
steps at
to migrate your project.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2、因为上一步没有成功,所以pod install 时候提示如下
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "sqflite":
In Podfile:
sqflite (from .symlinks/plugins/sqflite/ios)
Specs satisfying the sqflite (from .symlinks/plugins/sqflite/ios) dependency were found, but they required a higher minimum deployment target.
[!] Automatically assigning platform iOS with version 8.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.
1、在执行 flutter packages get 时候提示如下:
Warning: You are using these overridden dependencies:
! analyzer 0.39.17 (1.3.0 available)
Running "flutter pub get" in flutter_download_demo... 960ms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Warning
──────────────────────────────────────────────────────────────────────────────
Your Flutter application is created using an older version of the Android
embedding. It's being deprecated in favor of Android embedding v2. Follow the
steps at
https://flutter.dev/go/android-project-migration
to migrate your project.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2、因为上一步没有成功,所以pod install 时候提示如下
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "sqflite":
In Podfile:
sqflite (from
.symlinks/plugins/sqflite/ios
)Specs satisfying the
sqflite (from
.symlinks/plugins/sqflite/ios)
dependency were found, but they required a higher minimum deployment target.[!] Automatically assigning platform
iOS
with version8.0
on targetRunner
because no platform was specified. Please specify a platform for this target in your Podfile. Seehttps://guides.cocoapods.org/syntax/podfile.html#platform
.请问我是否得去 https://flutter.dev/go/android-project-migration 升级一下?
The text was updated successfully, but these errors were encountered: