flutter-webviewlisted
Install: claude install-skill thiennc-tesoglobal/flutter-skills
# Flutter WebView
Treat a WebView as an untrusted web runtime embedded inside a privileged application process. Preserve the project's current WebView package, web contract, router, session owner, and supported platforms unless migration is requested.
Installing this skill requires no OpenAI key, web-service credential, WebView package, domain registration, native manifest change, or provider account. Do not add configuration merely because the skill is selected.
## Preflight
Read `pubspec.yaml`, SDK constraints, the selected WebView package and version, platform targets, platform manifests and entitlements, loaded origins and redirects, JavaScript settings and channels, cookies and website data, authentication ownership, file and permission flows, app navigation, lifecycle handling, and tests. Confirm the package's current platform support before promising cross-platform behavior; embedded web content on Flutter web can use different primitives and constraints from system WebViews on Android, iOS, or macOS.
Prefer native Flutter UI for app-owned interaction when it provides the required fidelity and accessibility. Use an embedded browser only for a concrete content or integration requirement. Do not replace the existing package with `webview_flutter` or another dependency by default.
## Load references conditionally
- Read [navigation and content policy](references/navigation-and-content-policy.md) for origin allowlists, schemes, popups, downloads, errors, external li