Skip to content

Icons

An icon is a literal, visual representation of the thing it represents.

Matrial Icons

TextField matrial icon

Info

Please visit the list of available icons on material design.

Icon(Icons.home)

Info

For ducumentation for use the Icon Material Icon please visit Flutter docs.

Icon with Image

  1. Priper the image for type is svg and size is 24x24 pixel.
  2. Drop to assets repo and then register on pubspec.yaml
  3. Add package flutter_svg
  4. Implement the flutter_svg and drop the asset icon.

Rekomendation package icon

Rekomendation icon package on flutter Pub dev :

  1. font_awesome_flutter
  2. cupertino_icons
  3. material_design_icons_flutter
Authors: Nanang Prasetya