Skip to content

lazydeveloperdotdev/system_ui_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemUIIcons

Pub License GitHub code size in bytes GitHub stars

A growing collection of simple and consistent icons specifically designed for systems and products.

View and find icons at System UI Icons

⚠️ This is not an official SystemUIIcons package.

Features

  • Animated, round dial and fully customizable
  • Adapted with system theme and/or customizable with TimeDropperThemeData
  • 3 different designs to choose from
SystemUIIcons
PREVIEW

Getting started

  • Add system_ui_icons: <latest_version> to pubspec.yaml
  • Run flutter pub get in the terminal in the project directory or select pub get from within pubspec.yaml file
  • Add import statement,
import 'package:system_ui_icons/system_ui_icons.dart';

Usage

See example

Widget build(BuildContext context) {
  return Icon(SystemUIIcons.plus); //Use SystemUIIcons class to access icon objects
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages