using-remix
Installation
SKILL.md
Using Remix
Build accessible Flutter interfaces with Remix behavior and either custom
styles or Fortal's ready-made Radix-inspired theme. For a new standalone
design-system package built on Remix, use building-remix-design-system.
Choose the package layer
Inspect the project's pubspec.yaml before assuming Remix is in use.
| Need | Package and API |
|---|---|
| Accessible component behavior with a custom visual system | remix; use Remix* widgets and *Stylers |
| Ready-made Radix-inspired visuals | remix_fortal; use FortalScope and Fortal* widgets |
| Fortal tokens with a customized composition | both packages; apply fortal*Style() to a Remix* widget |
| A visual system unrelated to Fortal | base Remix styling; do not add remix_fortal |
Remix ships no theme. Fortal is optional, lives in a separate package, depends on Remix, and does not re-export Remix APIs.