Pierre

Results 88 issues of Pierre

Deprecates 11 grab-bag properties whose usages were removed in: - https://github.com/flutter/flutter/pull/116350 - https://github.com/flutter/flutter/pull/116349 - https://github.com/flutter/flutter/pull/116348 - https://github.com/flutter/flutter/pull/116347 - https://github.com/flutter/flutter/pull/116346 - https://github.com/flutter/flutter/pull/116344 - https://github.com/flutter/flutter/pull/116362 - https://github.com/flutter/flutter/pull/116341 - https://github.com/flutter/flutter/pull/116342 - https://github.com/flutter/flutter/pull/116343 Dart...

team
framework
f: material design
tech-debt

This prepares the deprecation of this property by removing framework usages. - Uses `ColorScheme.shadow` as replacement - Updates existing test (considered not breaking due to https://github.com/flutter/flutter/pull/116369) The deprecation and a...

a: text input
framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Introduces `DataTableThemeData.secondaryHeadingRowColor` and `PaginatedDataTable.secondaryHeadingRowColor` The deprecation and a Dart fix will be in https://github.com/flutter/flutter/pull/116369. Part of https://github.com/flutter/flutter/issues/91772 ##...

framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Introduces `ScaffoldTheme`, `ScaffoldThemeData`, and a `backgroundColor` property for both - Updates existing tests (considered not breaking due to...

team
framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Inlines a suitable default for `CircleAvatar` The deprecation and a Dart fix will be in https://github.com/flutter/flutter/pull/116369. Part of...

framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Uses `TabBarTheme.indicatorColor` as replacement The deprecation and a Dart fix will be in https://github.com/flutter/flutter/pull/116369. Part of https://github.com/flutter/flutter/issues/91772 ##...

framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Introduces `InputDecoration.hintColor` and `InputDecorationTheme.hintColor` - Optimizes defaults computation by only obtaining `ThemeData` once - Updates existing test (considered...

a: text input
framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Uses `DividerThemeData.color` as replacement - Introduces `ExpansionTile.dividerColor` to match `ExpansionPanel` - Updates existing test (considered not breaking due...

framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Uses `DialogTheme.backgroundColor` as replacement The deprecation and a Dart fix will be in https://github.com/flutter/flutter/pull/116369. Part of https://github.com/flutter/flutter/issues/91772 ##...

framework
f: material design

This prepares the deprecation of this property by removing framework usages. - Uses `CardTheme.color` as replacement and `ColorScheme.surface` for Material 3 cases - Specifies `type: MaterialType.card` where necessary - Removes...

framework
f: material design