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 6e9824dc12
flutter pub update & various fixes (#627)
4 years ago
..
lib [federated_plugin_sample] modify the sample to expose battery API instead of geolocation API (#526) 4 years ago
test_driver [federated_plugin_sample] modify the sample to expose battery API instead of geolocation API (#526) 4 years ago
web [federated_plugin] adds web implementation of federated_plugin (#507) 4 years ago
.gitignore [federated_plugin_sample] modify the sample to expose battery API instead of geolocation API (#526) 4 years ago
.metadata [federated_plugin] adds web implementation of federated_plugin (#507) 4 years ago
README.md [federated_plugin] adds web implementation of federated_plugin (#507) 4 years ago
analysis_options.yaml [federated_plugin] adds web implementation of federated_plugin (#507) 4 years ago
pubspec.lock flutter pub update & various fixes (#627) 4 years ago
pubspec.yaml [federated_plugin_sample] modify the sample to expose battery API instead of geolocation API (#526) 4 years ago

README.md

federated_plugin_web

A flutter plugin to provide location support for web. The web implementation of federated_plugin is tested using e2e package.

Steps to run e2e 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 --release --browser-name=chrome --target=test_driver/federated_plugin_web_e2e.dart