Last updated:
0 purchases
mbi
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.9
copied to clipboard
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"); }
);
}
}
copied to clipboard
Contributors #
SattarKhan
BagherKhan
Icons #
FileIcons
LineconsIcons
BrandsIcons
CombiIcons
EmojiIcons
HandmadeIcons [new]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.