babincc / flutter_workshop

This repo houses add-ons, plug-ins, and helpful code to make Flutter programming easier.
5 stars 1 forks source link

Icon pack #3

Closed babincc closed 1 year ago

babincc commented 1 year ago

Add the Philips Hue icon pack

babincc commented 1 year ago

Added in 1.1.0 update

babincc commented 1 year ago

Examples

Icon(HueIcon.classicBulb);

IconButton(
     onPressed: () {},
     icon: Icon(HueIcon.stringLight),
);