flutter_mdi 0.1.3938 copy "flutter_mdi: ^0.1.3938" to clipboard
flutter_mdi: ^0.1.3938 copied to clipboard

discontinued

The Material Design Icons Icon pack available as Flutter Icons.

Material Design Icons for Flutter #

Based on latest commit at Material Design Icons.

Installation #

  • In the dependencies: section of your pubspec.yaml, add the following line:
flutter_mdi: 0.1.3938

Usage #

import 'package:flutter_mdi/flutter_mdi.dart';

class MyWidget extends StatelessWidget {
  
  @override
  Widget build(BuildContext) {
    return IconButton(
      icon: Icon(Mdi.volume_plus),
      tooltip: 'Increase volume by 10%',
      onPressed: () { print('Volume increased by 10%'); }
    );
  }
}
0
likes
30
pub points
0%
popularity

Publisher

verified publishertiagohm.dev

The Material Design Icons Icon pack available as Flutter Icons.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_mdi