Last updated:
0 purchases
geira icons
Geira Icons #
The Geira Icons pack available as set of Flutter Icons.
👍 Like us on pub.dev!
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
geira_icons: ^2.1.9
copied to clipboard
Usage #
import 'package:geira_icons/geira_icons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return Container(
child: Icon(
// Use GIcons. Where google_logo is the name of the icon
GIcons.google_logo,
color: Colors.red,
size: 50.0,
),
);
}
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.