expect(logger.statusText,contains('To add platforms, run `flutter create -t plugin_ffi --platforms <platforms> .` under ${globals.fs.path.normalize(globals.fs.path.relative(projectDir.path))}.'));
expect(logger.statusText,contains('For more information, see https://flutter.dev/go/plugin-platforms.'));
},overrides:<Type,Generator>{
FeatureFlags:()=>TestFeatureFlags(),
Logger:()=>logger,
});
testUsingContext('created plugin with no --platforms flag should not print `no platforms` message if the existing plugin supports a platform.',()async{