A growing collection of simple and consistent icons specifically designed for systems and products.
View and find icons at System UI Icons
- Animated, round dial and fully customizable
- Adapted with system theme and/or customizable with
TimeDropperThemeData - 3 different designs to choose from
| SystemUIIcons |
|---|
- Add
system_ui_icons: <latest_version>topubspec.yaml - Run
flutter pub getin the terminal in the project directory or selectpub getfrom withinpubspec.yamlfile - Add import statement,
import 'package:system_ui_icons/system_ui_icons.dart';See example
Widget build(BuildContext context) {
return Icon(SystemUIIcons.plus); //Use SystemUIIcons class to access icon objects
}