You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/experimental/federated_plugin/federated_plugin_web
Brett Morgan 7d169b4d98
Update for 3.13 stable (#1992)
1 year ago
..
lib
test_driver
web
.gitignore
.metadata
README.md
analysis_options.yaml
pubspec.yaml Update for 3.13 stable (#1992) 1 year ago

README.md

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