Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Openwebf Host Bundle Loading

Choose and implement WebFBundle loading in a Flutter host (remote URL, assets, localhost dev, inline) and diagnose bundle load failures (bad URL, missing assets, network errors). Use when the user mentions WebFBundle, bundle URL/path, remote vs assets vs localhost vs inline, or “bundle won’t load”.

majiayu000 cb2871f 2 files · 1.4 KB Updated 567 repo stars

File contents

OpenWebF Host: Bundle Loading (WebFBundle)

Instructions

  1. Identify the bundle mode (remote URL, assets, localhost dev, inline) and the constraints (release cadence, store policy, offline needs).
  2. Use mcp__openwebf__project_profile to detect what the repo already has (controller manager, bundle loading, caching).
  3. Use MCP docs to confirm correct WebFBundle usage and safe defaults.
  4. Provide minimal, copy-pastable host-side code changes and verification steps.

More:

  • reference.md
  • doc-queries.md
  • examples.md

majiayu000/claude-skill-registry-data/tree/main/data/openwebf-host-bundle-loading commit cb2871f9a8

Frequently asked questions

npx skillmds add majiayu000/openwebf-host-bundle-loading