Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muse Icons

English | 简体中文

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_icon.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();

How to Use

run demo project

$ cd apps/muse_demo
$ flutter pub get
$ flutter run

local development

Modify the muse_icons plugin in apps/muse_demo/pubspec.yaml to use a local path. By default, melos is automatically set to the local path and does not need to be modified.

Directory Structure

├── apps                # Examples related to Muse Icons
│   └── muse_demo       Building applications using muse_icons
│
└── packages/muse_icons    # muse_icons source code
    └── lib             muse_icons source code root

License

MIT

About

Icon Library for Muse UI

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages