mbi 0.0.1 copy "mbi: ^0.0.1" to clipboard
mbi: ^0.0.1 copied to clipboard

outdated

MBI (MBCodes Icon)

feather_icons_flutter #

The MBI Icon pack created by MBCodes available as set of Flutter Icons.

Installation #

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

  mbi: >=0.0.1

Usage #

import 'package:mbi/mbi.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      // Use the FeatherIcons class for the IconData
      icon: new Icon(EmojiIcons.smilly), 
      onPressed: () { print("Pressed"); }
     );
  }
}

Contributors #

  • SattarKhan
  • BagherKhan