Muse Icons
Icon Library for Muse UI
This project was created out of personal interest and my experience in front-end development. During my spare time, I learned to use Sketch tool and designed the first version of 32 font icons. Although the illustrations are quite rough, I don't plan to redraw them unless it's necessary.
UI Widgets
Getting started
Install muse_icons
$ flutter pub add muse_icons
Import it
import 'package:muse_icons/muse_icons.dart';
get IconData
MuseIcons.acaleph /// type: IconData
Random icon generation
MuseIcons.random /// type: IconData
Random color generation
/// Return all random colors
MuseIcons.getRandomColor();
/// Return vibrant random colors, remove dull colors
MuseIcons.getVibrantRandomColor();
/// Return high-saturation HSB colors, more vibrant than ordinary random colors
MuseIcons.getRandomHSBColor();
License
MIT