When creating a Flutter app, plugin, or module, we should verify that the created iOS and macOS projects do not produce errors when using Swift 6.
flutter create --platforms ios,macos my_app
flutter create --template plugin --platforms ios,macos my_plugin
flutter create --template module my_module
When creating a Flutter app, plugin, or module, we should verify that the created iOS and macOS projects do not produce errors when using Swift 6.
flutter create --platforms ios,macos my_appflutter create --template plugin --platforms ios,macos my_pluginflutter create --template module my_module