Last updated:
0 purchases
mimecon
Mimecon #
A package to bind an icon to a mimeType
Pull requests #
Pull requests are welcome, I'm a beginner so don't hesitate if you see any corrections
Usage #
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
Example #
Mimecon(
mimetype: "application/png",
color: Colors.red,
size: 25,
isOutlined: true,
),
copied to clipboard
Additional information #
All icons come from material_design_icons_flutter package which themselves come from https://materialdesignicons.com/
https://github.com/romgrm/mimecon_package
for example project pls visit mimecon_example
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.