dev_icons

Creator: coderz1093

Last updated:

0 purchases

dev_icons Image
dev_icons Images

Languages

Categories

Add to Cart

Description:

dev icons

dev_icons #
This flutter package allows you to use all the Dev Icons. You can view the icons catalog on devicon.dev
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
dev_icons: ^1.0.0
copied to clipboard
Usage #
import "package:dev_icons/dev_icons.dart";

class MyAwesomeWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
icon: Icon(DevIcons.flutterPlain),
onPressed: () {
print("Best cross platform framework");
}
);
}
}
copied to clipboard
Example #
View the flutter app in the example directory
Screenshot #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.