timsneath / landmarks_flutter

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Cupertino widget catalog doesn't show me all Cupertino widgets #4

Open timsneath opened 1 year ago

timsneath commented 1 year ago

The Cupertino widget catalog is disappointingly out of date and missing most of the good work the team has done over the last couple of years. It's missing most of the widgets we've implemented.

Frustratingly, the Cupertino library page includes endless numbers of widgets that aren't anything to do with Cupertino, such as AndroidView (!)

jmagman commented 1 year ago

Updating widget catalog is currently a manual process: https://github.com/flutter/website/issues/2292 The only open issue I can spot for specific missing widgets is CupertinoSliverRefreshControl https://github.com/flutter/website/issues/2290, since it seems to be manually maintained at the moment it would be worth filing issues for the widgets we'd most like to see added.

InMatrix commented 1 year ago

I wonder if it's possible to set up our CI in a way that creates an issue for updating the catalog page when a new widget is added to the Framework or an existing widget has had visual changes.