Closed definitelyme closed 1 year ago
Thanks a lot! Why is CupertinoListTile being removed?
Thanks @robert-virkus
A similar widget was added to the core cupertino library in Flutter 3.4.
The CupertinoListTile is a Cupertino equivalent of Material ListTile. It comes in two forms, an old-fashioned edge-to-edge variant known from iOS Settings app and in a new, "Inset Grouped" form, known from either iOS Notes or Reminders app. -- Read more
Thanks, this makes (of course sense)!
Thanks again, published in v0.6.0!
On upgrading to flutter 3.7.0
CupertinoListTile
package was discontinued