Icon package from Flutter based on fluentui-system-icons from Microsoft.
All icons are included in the package, you can search for an icon and find the complete icon list here.
You don't have to specify the size of the icon but only its name.
To use this plugin, add fluentui_icons
as a dependency in your pubspec.yaml file
dependencies:
fluentui_icons: ^1.0.0
$ flutter pub get
import 'package:fluentui_icons/fluentui_icons.dart';