mdi 4.0.0 copy "mdi: ^4.0.0" to clipboard
mdi: ^4.0.0 copied to clipboard

Material Design Icons for Flutter from the materialdesignicons.com community.

Material Design Icons for Flutter #

pub version likes sdk version platform license

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:
  1. null -> nullIcon
  2. switch -> switchIcon
  3. sync -> syncIcon
  4. 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.

30
likes
40
points
2.12k
downloads

Publisher

verified publishervyperium.com

Weekly Downloads

2024.10.02 - 2025.04.16

Material Design Icons for Flutter from the materialdesignicons.com community.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mdi