Version 1.2.0 and 1.2.1
1.2.1
Jan 25, 2023
- Fix date on 1.2.0 changelog.
1.2.0
Jan 25, 2023
Requires minimum Flutter 3.7.0. Now support outlineVariant
and scrim
colors in ColorScheme
in Flutter stable 3.7.0 and later.
This release also adds new features to allow customization of seed generation of error, neutral and neutral variant tonal palettes. All listed features are unchanged from the previous dev pre-release 1.2.0-dev.1.
NEW
-
Adds support for
outlineVariant
andscrim
colors inColorScheme
. -
Added support for customizing seed generation for error, neutral and neutral variant tonal palettes.
-
To support the new features the
SeedColorScheme.fromSeeds
got the following newColor
propertieserrorKey
,neutralKey
andneutralVariantKey
. -
The
FlexTones
class got the following newdouble
properties
errorChroma
,errorMinChroma
,neutralMinChroma
andneutralVariantMinChroma
-
The
FlexCorePalette.fromSeeds
factory got the following newint
propertieserror
,neutral
,neutralVariant
andneutralVariantMinChroma
. As well as newdouble
propertieserrorChroma
,errorMinChroma
,neutralChroma
,neutralMinChroma
,neutralVariantChroma
andneutralVariantMinChroma
. -
The demo application got an About dialog. The demo app also shows the
ColorScheme
applied on common Material components.