mirkaim
mirkaim

Reputation: 314

File type associated icons package for flutter?

I have searched but can't find anything or don't know how to find this. Is there an existing flutter package that has icons for common file types? If I'm displaying a file list, I'd like to show associated icons for those files such as .txt, .exe, .jpg, and just about anything else you'd find on a desktop computer, if possible.

It may not be possible to get the actual associated icon. For instance, a .jpg could be associated with multiple apps but I'd be fine with just a generic .jpg file icon for this or any other file type. I just don't want to show the same material icon for every file.

Upvotes: 1

Views: 1202

Answers (1)

rrttrr
rrttrr

Reputation: 1856

Try this,

https://pub.dev/packages/file_icon

Please note that the package is not maintained.

Upvotes: 1

Related Questions