Add missing M2 widgets back to the new Material Components widgets catalog #8620
Labels
co.volunteer
Community wants to work on this
e2-days
Effort: < 5 days
p2-medium
Necessary but not urgent concern. Resolve when possible.
t.ui.com.material3
Relates to Material 3 design components
t.ui.general
Relates to general Flutter app UI topics
t.widgets
Relates to the Widget catalog
Page URL
https://docs.flutter.dev/development/ui/widgets/material/
Page source
https://github.com/flutter/website/tree/main/src/development/ui/widgets/material.md
Describe the problem
The newly updated Material Components widgets catalog (#8574) might have dropped a few widgets in the
material
library that were introduced by pervious Material versions. One example is the DataTable widget. This widget is still part of thematerial
library and there's no plan to deprecate or replace it. Dropping the widget from the catalog is likely to make it harder to discover. In fact, the current Material widgets catalog is the second highest referrer to theDataTable
widget's API doc:Expected fix
I propose the following steps to address the issue:
Additional context
Cc: @guidezpl, @esouthren, @HansMuller, @Nancyhu2023, @atsansone
The text was updated successfully, but these errors were encountered: