新しい flutter_blue バージョン (0.8.0 2021 年 3 月 15 日) と flutter_amplify 0.1.0 に問題があります。
convert ^3.0.0 と convert ^2.0.0 の互換性のないバージョンがあります flutter_blue または flutter_amplify ライブラリ内で修正する必要がありますね。コード内で修正できませんか?
フラッター パブ ゲット:
Because amplify_flutter 0.1.0 depends on amplify_datastore_plugin_interface 0.1.0 which depends on uuid ^2.2.2, amplify_flutter 0.1.0 requires uuid ^2.2.2.
Because uuid 2.2.2 depends on convert ^2.0.0 and no versions of uuid match >2.2.2 <3.0.0, uuid ^2.2.2 requires convert ^2.0.0.
Thus, amplify_flutter 0.1.0 requires convert ^2.0.0.
And because flutter_blue >=0.8.0 depends on convert ^3.0.0, amplify_flutter 0.1.0 is incompatible with flutter_blue >=0.8.0.
So, because my_project depends on both flutter_blue ^0.8.0 and amplify_flutter 0.1.0, version solving failed.
pub get failed (1; So, because my_project depends on both flutter_blue ^0.8.0 and amplify_flutter 0.1.0, version solving failed.)
フラッタードクター:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.0.3, on Mac OS X 10.15.7 19H524 darwin-x64, locale pt-BR)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] VS Code (version 1.54.3)
[✓] Connected device (3 available)
• No issues found!
ありがとう仲間!