Skip to content

v1.1.0

Latest

Choose a tag to compare

@dedinopriadi dedinopriadi released this 27 Apr 11:41
491696e

What's Changed

  • Add optional per-variant branding style metadata in catalog.json (baseColor, secondaryColor, backgroundColor, surfaceColor).
  • Add one-call style APIs: applyVariantAndGetStyle and applyVariantAndGetStyleColors.
  • Add ready-to-use color helpers: LauncherVariantResolvedColors, styleColorsForVariant, and currentStyleColors.
  • 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