timsneath / landmarks_flutter

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

`CircleAvatar` and `Divider` are missing in Cupertino #3

Open timsneath opened 1 year ago

timsneath commented 1 year ago

I was expecting to be able to write a Cupertino app without importing the Material library, but various widgets that don't seem to be Material-specific are only available if I import flutter/material.dart.

The two that I've hit so far are CircleAvatar and Divider.

InMatrix commented 1 year ago

It's difficult, if not impossible, to avoid importing the Material library in a Flutter project, since so many basic UI building blocks are tied to it.