Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon pack #3

Closed
babincc opened this issue Apr 7, 2023 · 2 comments
Closed

Icon pack #3

babincc opened this issue Apr 7, 2023 · 2 comments
Labels
desired feature Functionality that would be nice to have in the program (program works without it though) package: flutter_hue This issue has to do with the "flutter_hue" package

Comments

@babincc
Copy link
Owner

babincc commented Apr 7, 2023

Add the Philips Hue icon pack

@babincc babincc added desired feature Functionality that would be nice to have in the program (program works without it though) package: flutter_hue This issue has to do with the "flutter_hue" package labels Apr 7, 2023
@babincc
Copy link
Owner Author

babincc commented Apr 17, 2023

Added in 1.1.0 update

@babincc babincc closed this as completed Apr 17, 2023
@babincc
Copy link
Owner Author

babincc commented Apr 19, 2023

Examples

Icon(HueIcon.classicBulb);

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desired feature Functionality that would be nice to have in the program (program works without it though) package: flutter_hue This issue has to do with the "flutter_hue" package
Projects
None yet
Development

No branches or pull requests

1 participant