What's Changed
- Add optional per-variant branding style metadata in
catalog.json(baseColor,secondaryColor,backgroundColor,surfaceColor). - Add one-call style APIs:
applyVariantAndGetStyleandapplyVariantAndGetStyleColors. - Add ready-to-use color helpers:
LauncherVariantResolvedColors,styleColorsForVariant, andcurrentStyleColors. - Update example app to apply active style/colors from catalog with cleaner border-focused UI accents.
- Update README + API reference + CHANGELOG for the new styling capabilities.
Notes
- Native MethodChannel contract is unchanged; styling remains Dart-side metadata.
Full Changelog: v1.0.1...v1.1.0