registry/shared/theme/preset_theme_data library
Generated theme preset data used by the CLI and exported public API.
This library provides lightweight color and token maps so the CLI can apply
presets without depending on Flutter runtime libraries. Consumers may also
import it from package:flutter_shadcn_cli/flutter_shadcn_cli.dart to
inspect available preset ids, names, color values, and design tokens.
Classes
- RegistryThemePresetData
- Theme preset data containing color + design tokens for light/dark.
Constants
-
registryThemePresetsData
→ const List<
RegistryThemePresetData> - All bundled theme presets for the registry.