Orchestrates complex OpenWebF integrations within Flutter applications by routing tasks to specialized sub-skills for bundles, routing, and performance.
The openwebf-host skill serves as a comprehensive coordinator for developers using OpenWebF to render web content within Flutter. It acts as an umbrella manager that identifies specific integration needs—such as bundle loading, hybrid routing with go_router, layout constraint fixes for ListViews, and caching strategies—and routes them to the appropriate specialized sub-skill. It is particularly useful when dealing with multi-faceted Flutter-to-WebF implementation patterns or troubleshooting complex performance and rendering issues.
主な機能
01Caching strategy configuration via HttpCacheMode
02Intelligent routing to specialized WebF sub-skills
03Hybrid routing management including go_router integration
04Performance metric analysis for FP, FCP, and LCP
050 GitHub stars
06Flutter layout constraint resolution for WebF containers
ユースケース
01Adding WebF to a Flutter app with remote bundle loading and safe caching
02Synchronizing Flutter themes and prefers-color-scheme with WebF content
03Resolving unbounded constraint errors when placing WebF inside a Flutter ListView