lume_icons 0.3.0 copy "lume_icons: ^0.3.0" to clipboard
lume_icons: ^0.3.0 copied to clipboard

A package for Lume icons.

Lume Icons Library #

This project is the internal icon library for our projects. It provides a set of custom icons that can be used across various applications within our organization.

Regenerating Icons #

To regenerate the icons based on the TTF file present in font/MyIcons.ttf, run the following script:

dart run icomoon_generator:generator

This script will process the TTF file and update the icon library accordingly.

Directory Structure #

  • svgs/: Contains the SVG files used to generate the font file.
  • font/: Contains the TTF file used to generate the icons.
  • lib/: Contains the Dart code for the icon library.

Usage #

To use the icons in your project, simply import the library and reference the desired icons.

import 'package:lume_icons/lume_icons.dart';

// Example usage
Icon(LumeIcons.my_custom_icon);

Contributing #

If you would like to contribute to this project, please follow the standard pull request process and ensure that all changes are well-documented and tested.

License #

This project is proprietary and all rights are reserved by the organization.

0
likes
130
points
530
downloads

Publisher

unverified uploader

Weekly Downloads

A package for Lume icons.

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on lume_icons