A package to bind an icon to a mimeType
Pull requests are welcome, I'm a beginner so don't hesitate if you see any corrections
- Insert a mimetype label (eg: "image/png", "application/pdf"...)
- Defined some parameters a size, color, isOutlined etc if you want
- An icon who match with the mimetype label will be return
Mimecon(
mimetype: "application/png",
color: Colors.red,
size: 25,
isOutlined: true,
),
-
All icons come from material_design_icons_flutter package which themselves come from https://materialdesignicons.com/
-
for example project pls visit mimecon_example