moon_icons 0.4.0 copy "moon_icons: ^0.4.0" to clipboard
moon_icons: ^0.4.0 copied to clipboard

Moon Design System Icons. A collection of modern and beautifully crafted icons.

Moon Design System Icons #

Version Conventional Commits

Moon Design System Icons. A collection of modern and beautifully crafted icons.

Usage #

import 'package:moon_icons/moon_icons.dart';

class ExampleWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
        icon: Icon(MoonIcons.arrows_boost_24_regular),
        onPressed: () { print("Button tapped"); }
    );
  }
}

Example #

View the demo app in the example directory to see all the available MoonIcons.

FAQs #

What does the number signify in the icon name? #

The number in the icon name is an indication of the intended size of the icon where it looks the best.

Why are the icons too low on mobile web browsers? #

If that is the case then you need to use the canvaskit renderer when building for web. HTML renderer has issues with font rendering (some have been open for years on Flutter GitHub issues).

4
likes
0
points
719
downloads

Publisher

verified publisheryolo.com

Weekly Downloads

Moon Design System Icons. A collection of modern and beautifully crafted icons.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on moon_icons