mirror of
https://github.com/flutter/packages.git
synced 2025-05-25 16:58:01 +08:00
[webview_flutter] Remove dependency on flutter.dev and google.com (#4691)
This commit is contained in:
@ -84,10 +84,13 @@ dart run ./script/tool/bin/flutter_plugin_tools.dart test --packages plugin_name
|
||||
|
||||
```sh
|
||||
cd <repository root>
|
||||
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
|
||||
|
Reference in New Issue
Block a user