[flutter_plugin_tools] Make mobile platform flags required for the drive-examples command #582 8000 85
Labels
p: tooling
Affects the flutter_plugin_tools package
package
flutter/packages repository. See also p: labels.
Uh oh!
There was an error while loading. Please reload this page.
The current
drive-examples
command always runs for mobile. We had to add some workaround to make it ignore plugins that doesn't support mobile. See https://github.com/flutter/plugin_tools/pull/102A better way to do this is to make mobile platform flags also required, just like all the other platforms. Then we can have the same logic for all the platforms.
This is a breaking change. The purpose for this change is to enhance the code maintainability of the
flutter_plugin_tool
for long term benefits.If we make this change, we will need to update the repos' CIs(flutter/plugins, firebase) that uses the plugin tool to specify platforms like:
drive-examples --ios
drive-examples --android
Since the android drive test is running on firebase test lab. We'd have to update the command firebase test lab as well.
#56953
The text was updated successfully, but these errors were encountered: