zoogly_icons

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zoogly icons

Zoogly icons is totally free, and you can use this package to bring these awesome icons to your Flutter project.
installation: #
Add the following line to your pubspec.yaml file, under the dependencies: section:
dependencies:
zoogly_icons: <latest_version>
copied to clipboard
Usage #
import 'package:zoogly_icons/icons.dart';

class IconlyWidget extends StatelessWidget {

Widget build(BuildContext context) {
return IconButton(
icon: Icon(ZooglyIcons.image_icons),
onPressed: () { print("Pressed"); }
);
}

}
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.