You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
I used to device_apps package for to list apps. But I have a problem with icons. I can't change the shape of the icons. Its shape default circle. How can i change shape without circle?
Hi,
I used to device_apps package for to list apps. But I have a problem with icons. I can't change the shape of the icons. Its shape default circle. How can i change shape without circle?
Container( height: 48, width: 48, decoration: BoxDecoration( color: Colors.red, image: DecorationImage( image: MemoryImage(app.icon), fit: BoxFit.cover, ))),
Its looks like : https://i.stack.imgur.com/uXq9c.jpg
The text was updated successfully, but these errors were encountered: