MCPcopy Index your code
hub / github.com/bernaferrari/FigmaToCode / FlutterSettings

Interface FlutterSettings

packages/types/src/types.ts:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 fontFamilyCustomConfig: Record<string, string[]>
23}
24export interface FlutterSettings {
25 flutterGenerationMode: "fullApp" | "stateless" | "snippet";
26}
27export interface SwiftUISettings {
28 swiftUIGenerationMode: "preview" | "struct" | "snippet";
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected