I just ran flutter run on an Android phone and see Swift Package Manager warnings:
42 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
The following plugins do not support Swift Package Manager for ios:
- google_maps_flutter_ios
This will become an error in a future version of Flutter. Please contact the plugin maintainers to request Swift Package Manager adoption.
The following plugins do not support Swift Package Manager for macos:
- desktop_window
This will become an error in a future version of Flutter. Please contact the plugin maintainers to request Swift Package Manager adoption.
Launching lib/main.dart on Pixel 7 Pro in debug mode...
I don't think we should show this unless targeting iOS or macOS.
I just ran
flutter runon an Android phone and see Swift Package Manager warnings:I don't think we should show this unless targeting iOS or macOS.