This is a small repo to collect and make it easier to report multiple Flutter issue found during development of FlexColorScheme and Themes Playground.
The following issues have their reproduction code sample, and also the original markdown issue report text in this repository.
- (01) SegmentedButton segments background cannot be made transparent
- (02) SegmentedButton sets its MaterialState incorrectly set for its overlayColor
- (03) NavigationDrawer indicator overlay does not use shape
- (04) NavigationDrawer has wrong width
- (05) NavigationDrawer Issues ☂️ Contains 6 issues
- (06) Menu button text animates on hover/focus/press state
- (07) DropdownMenu's menu overlay size issue
- (08) DropdownMenu themed focused item broken
- (09) DropdownMenu Keyboard Accessibility
- (10) IconButton theming destroys variant styles
- (11) Clipping is missing on M3 Drawer
- (12) SliverAppBar.medium and SliverAppBar.large Theming and Defaults
- (13) Slider has a slight lag when dragging it
- (14) Card color parameter not respected while using Material 3
- (15) SearchAnchor.bar InputDecoration gets app theme default and cannot be changed
- (16) [(Web) ThemeData ColorScheme wobble when there is no value change (Not yet reported)]
- (17) DatePicker - Cannot remove or style hard coded Divider in M3
- (18) (Material) DatePicker - date entry InputDecorator cannot have own theme
- (19) DatePicker - M2 and M3 theme defaults principle deviates from other widgets, not own issue, but mentioned here
- (20) GoogleFonts TextTheme has M2 light mode color defined
- (21) [(Material) AppBar scroll under color change does not animate (Not yet reported)]
- (22) (Material) Checkbox theme regression
- (23) (Regression) Scrolling away open
Tooltip
in a ListView causes a crash - (24) [Chip issue (Not yet report)]
- (25) DropdownButtonFormField input decorator focus/hover is not clipped
- (26) DropdownMenu leading icon usage layout issue
- (27) Switch proposal: Expose _SwitchConfig configuration
- (28) Make InputDecorationTheme usage in components consistent
- (29) TextStyles in Menus do not follow Material-3 spec
- (30) Cannot theme progress indicators, many properties missing
- (31) Incorrect documentation for Card's surfaceTintColor
- (32) Blur performance issue with IMPELLER Fixed in 3.16
- (33) Shadow moves with PageView on elevated Card with non circular corner IMPELLER fixed in 31.6
I find it easier to edit GitHub issues with markdown editor in an IDE than doing it directly in GitHub, especially for longer issues and discussions.