tree: d6a72582ce9f5f7cf27d80a2e7e428b3f1e3f6ee [path history] [tgz]
  1. integration_test/
  2. lib/
  3. test_driver/
  4. web/
  5. pubspec.yaml
  6. README.md
  7. run_test.sh
packages/camera/camera_web/example/README.md

Platform Implementation Test App

This is a test app for manual testing and automated integration testing of this platform implementation. It is not intended to demonstrate actual use of this package, since the intent is that plugin clients use the app-facing package.

Unless you are making changes to this implementation package, this example is very unlikely to be relevant.

Testing

This package uses package:integration_test to run its tests in a web browser.

See Plugin Tests > Web Tests in the Flutter wiki for instructions to setup and run the tests in this package.

Check flutter.dev > Integration testing for more info.