Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.