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
Kevin Moore a858f4701e
Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292)
2 months ago
..
lib [federated_plugin] mirgrate to sound null safety (#781) 3 years ago
test_driver Upgrade deps, format, fix web/filipino_cuisine (#898) 3 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 migrate e2e test to integration test (#744) 3 years ago
analysis_options.yaml Create `analysis_defaults` package (#1654) 1 year ago
pubspec.yaml Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 2 months 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