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

outdated

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

mbi #

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:

dependencies:
  mbi: ^0.0.8

Usage #

import 'package:mbi/mbi.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      icon: new Icon(BrandsIcons.apache), 
      onPressed: () { print("Pressed"); }
     );
  }
}

Contributors #

  • SattarKhan
  • BagherKhan

Icons #

FileIcons

FileIcons

LineconsIcons

LineconsIcons

BrandsIcons

FileIcons

CombiIcons

CombiIcons

EmojiIcons

HandmadeIcons

EmojiIcons

HandmadeIcons

11
likes
30
pub points
62%
popularity

Publisher

verified publisherpacks.apexteam.net

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

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mbi