mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
* Create `analysis_defaults` package * Update analysis_defaults/pubspec.yaml Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> --------- Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
federated_plugin_web
A flutter plugin to provide location support for web. The web implementation
of federated_plugin is tested using integration_test package.
Steps to run integration test on browser
- Download and install the ChromeDriver from here for the version of Chrome you are using.
- Start the driver using
chromedrive --port=4444 - Run the test using
flutter drive -d web-server --browser-name=chrome --release --target=test_driver/federated_plugin_web_integration.dart