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
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))}.'));
2752
+
expect(logger.statusText, contains('For more information, see https://flutter.dev/go/plugin-platforms.'));
2753
+
2754
+
}, overrides:<Type, Generator>{
2755
+
FeatureFlags: () =>TestFeatureFlags(),
2756
+
Logger: ()=> logger,
2757
+
});
2758
+
2743
2759
testUsingContext('created plugin with no --platforms flag should not print `no platforms` message if the existing plugin supports a platform.', () async {
0 commit comments