From 0f71f1755bbe81e9978889802724a3d29e81974c Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 25 Jan 2022 13:10:21 -0800 Subject: [PATCH] [webview_flutter] Remove dependency on flutter.dev and google.com (#4691) --- script/tool/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/script/tool/README.md b/script/tool/README.md index 613cb5456e..265d3868fc 100644 --- a/script/tool/README.md +++ b/script/tool/README.md @@ -84,10 +84,13 @@ dart run ./script/tool/bin/flutter_plugin_tools.dart test --packages plugin_name ```sh cd -dart run ./script/tool/bin/flutter_plugin_tools.dart build-examples --packages plugin_name -dart run ./script/tool/bin/flutter_plugin_tools.dart drive-examples --packages plugin_name +dart run ./script/tool/bin/flutter_plugin_tools.dart build-examples --apk --packages plugin_name +dart run ./script/tool/bin/flutter_plugin_tools.dart drive-examples --android --packages plugin_name ``` +Replace `--apk`/`--android` with the platform you want to test against +(omit it to get a list of valid options). + ### Run Native Tests `native-test` takes one or more platform flags to run tests for. By default it