Last updated:
0 purchases
metro icons
Metro Icons Flutter #
This package includes 700 icons from Metro UI Icon set. The naming convention is the same as the CSS names in camelCase.
Instalation #
Include metro_icons in your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
metro_icons: version
copied to clipboard
Usage #
To use this package, just import it into your file and enjoy it.
import 'package:metro_icons/metro_icons.dart';
...
Icon(MetroIcon.chatBubble)
Icon(MetroIcon.comment, size: 48)
Icon(MetroIcon.reply, size: 48, color: Colors.blue,)
...
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.