material-theme-builder icon indicating copy to clipboard operation
material-theme-builder copied to clipboard

The theme exporter for Flutter contains deprecated code

Open chardinson opened this issue 3 months ago • 0 comments

scaffoldBackgroundColor: colorScheme.background,

'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.


background: background,

'background' is deprecated and shouldn't be used. Use surface instead. This feature was deprecated after v3.18.0-0.1.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.


onBackground: onBackground,

'onBackground' is deprecated and shouldn't be used. Use onSurface instead. This feature was deprecated after v3.18.0-0.1.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.


surfaceVariant: surfaceVariant,

'surfaceVariant' is deprecated and shouldn't be used. Use surfaceContainerHighest instead. This feature was deprecated after v3.18.0-0.1.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.

chardinson avatar May 18 '24 06:05 chardinson