imaterial_pro_flutter 0.1.1 copy "imaterial_pro_flutter: ^0.1.1" to clipboard
imaterial_pro_flutter: ^0.1.1 copied to clipboard

The iMateral Pro Icon pack available as Flutter Icons.

codecov Test pub package PRs Welcome

imaterial_pro_flutter #

This flutter package allows you to use the IMaterial Pro Icons.

🎖 Installation #

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

imaterial_pro_flutter:
    git:
      url: git://github.com/Mastersam07/imaterial_pro_icons.git
      ref: master

🎮 Usage #

import 'package:imaterial_pro_flutter/imaterial_pro_flutter.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(IMaterialProRegular.Power, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Location icon', textAlign: TextAlign.center),
            ],
        ),
    );
  }
}

Example #

View the flutter app in the example directory

Screenshot #

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

🤓 Developer(s) #

Abada Samuel Oghenero

4
likes
120
pub points
17%
popularity

Publisher

verified publishermastersam.tech

The iMateral Pro Icon pack available as Flutter Icons.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on imaterial_pro_flutter