mdi

Creator: coderz1093

Last updated:

Add to Cart

Description:

mdi

Material Design Icons for Flutter #

Material Design Icons generated using @mdi/util provided by materialdesignicons.com.
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
mdi: ^3.0.0
copied to clipboard
Usage #
import 'package:mdi/mdi.dart';

class AccessPointButton extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
icon: Icon(Mdi.accessPoint),
);
}
}
copied to clipboard
Naming #
The icon names provided via Mdi are camel-cased variants of the original name.
Exceptions:

null -> nullIcon
switch -> switchIcon
sync -> syncIcon
factory -> factoryIcon

Contributing #
If you want to contribute to this project, you may easily create issues and send PRs. Please take note that your code contributions will be applicable under MIT license unless specified otherwise.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.