material 1.0.0+2
material: ^1.0.0+2 copied to clipboard
Set of material design icons packed in a single ttf font file. Works on all platforms.
material #
Set of material design icons incluing 1070 outlined icons.
Supported platforms #
- Flutter Android
- Flutter iOS
- Flutter Web
- Flutter Desktop
Getting Started #
In your pubspec.yaml
file add:
dependencies:
material: any
copied to clipboard
Then, in your code import:
import 'package:material/material.dart';
copied to clipboard