mdi-dart icon indicating copy to clipboard operation
mdi-dart copied to clipboard

add static all method

Open jlnrrg opened this issue 2 years ago • 0 comments

As it looks to me the package is auto generated based on the MDI font. (Or that is how i've done it with the simple icons package)

Please consider adding a static list, where one can get all the icons at one. Example:

static const List<MdiIconData> all = [
    Mdi.abTesting,
  ];

Every user of the library could implement this themself, but with so many icons this would take a lot of time. Under the premise that the mdi.dart is autogenerated, this might be just one line of code for you :pray: .

jlnrrg avatar Oct 13 '21 14:10 jlnrrg