mbi 0.0.4
mbi: ^0.0.4 copied to clipboard
MBI (MBCodes Icon)
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:
mbi: >=0.0.1
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 #
![]()
LineconsIcons #

BrandsIcons #
![]()