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

outdated

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

Material Design Icons for Flutter #

Material Design Icons generated using mdi/fonts SVG font provided by materialdesignicons.com.

Usage #

import 'package:mdi/mdi.dart';

class AccessPointButton extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      icon: Icon(Mdi.accessPoint),
     );
  }
}

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
30
likes
30
points
460
downloads

Publisher

verified publishervyperium.com

Weekly Downloads

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

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mdi