muse_icons 1.0.0 copy "muse_icons: ^1.0.0" to clipboard
muse_icons: ^1.0.0 copied to clipboard

Simple icon library using font icons

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

1
likes
125
points
8
downloads

Documentation

API reference

Publisher

verified publishermusetools.uk

Weekly Downloads

Simple icon library using font icons

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on muse_icons