Icon google material Icons - kylinhuang/flutterDemo GitHub Wiki

Flutter Icon

1 google material Icons

how to use

1 add uses-material-design in pubspec.yaml

flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

2 use

Icon(
  Icons.remove_red_eye,
  size: 16.0,
  color: Colors.black,
),

3 doc

icons link