文件最后提交记录最后更新时间
[camera_web] Remove mocktail dependency. (#9195) Closes https://github.com/flutter/flutter/issues/130757 ## Description - Removes mocktail dependency - Adds mockito and build_runner dependencies - Updates tests ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.11 个月前
[camera_web] Adopt code excerpts in README (#4584) Updates the README to use a compiled excerpt source for its example of creating an Image. Part of https://github.com/flutter/flutter/issues/1026792 年前
[camera] Introduce camera_web package (#4151) This first version is a no-op implementation of the platform_interface, but is the initial step to bring over the implementation from the Photobooth into flutter/plugins. Won't be published (for now). Co-authored-by: Felix Angelov <felangelov@gmail.com>4 年前
Modernize all index.html files to support WASM (#7114) Fixes https://github.com/flutter/flutter/issues/151663 in preparation for https://github.com/flutter/flutter/issues/1516641 年前
[various] Update flutter.dev links to more reliable destinations (#6963) Contributes to https://github.com/flutter/website/issues/10363 by updating to the latest links and updating some links to use new /to/ links that can be updated as needed.1 年前
[camera_web] Remove mocktail dependency. (#9195) Closes https://github.com/flutter/flutter/issues/130757 ## Description - Removes mocktail dependency - Adds mockito and build_runner dependencies - Updates tests ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.11 个月前
[camera_web] Remove mocktail dependency. (#9195) Closes https://github.com/flutter/flutter/issues/130757 ## Description - Removes mocktail dependency - Adds mockito and build_runner dependencies - Updates tests ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.11 个月前
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 documentation for instructions to set up and run the tests in this package.

Check flutter.dev > Integration testing for more info.