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

5,400+ Material Design Icons for Flutter from the Community

Results 4 mdi-dart issues
Sort by recently updated
recently updated
newest added

The version number is bumped to 7.0.96 to reflect the version of `@mdi/svg` it was generated from. **This is a BREAKING CHANGE.** See the following linked sections for further details...

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](https://pub.dev/packages/simple_icons)) Please consider adding...

Is there a way to add the icon VIA Icon Data? ``` IconData(62159, fontFamily: 'MDI') ``` This would be really helpful so I can dynamically add the icon using a...