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

outdated

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

example/lib/main.dart

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:mbi/mbi.dart';

main() {
  runApp(MainApp());
}

class MainApp extends StatefulWidget {
  @override
  _MainAppState createState() => _MainAppState();
}

class _MainAppState extends State<MainApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: IconButton(
          // Use the FeatherIcons class for the IconData
            icon: Icon(FileIcons.silly),
            onPressed: () { print("Pressed"); }
        ),
      ),
    );
  }
}
11
likes
0
points
16
downloads

Publisher

verified publisherpacks.apexteam.net

Weekly Downloads

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