mdi 0.2.2 copy "mdi: ^0.2.2" to clipboard
mdi: ^0.2.2 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.

Install #

mdi: 0.2.2

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
pub points
91%
popularity

Publisher

verified publishervyperium.com

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on mdi