У меня возникла проблема во Flutter, Android Studio с ошибкой:
Обычный метод получения не определен для типа PhosphorIcons.
leading: CircleAvatar(
backgroundColor: Colors.grey[200],
child: Center(
child: Icon(
PhosphorIcons.regular.image,
color: Colors.grey[500],
),
),
),
Подробнее здесь: https://stackoverflow.com/questions/777 ... sphoricons