geira_icons 1.0.1 copy "geira_icons: ^1.0.1" to clipboard
geira_icons: ^1.0.1 copied to clipboard

outdated

Designed by and for the Flutter community

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: ^1.0.0

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,
                ),
          );  
  }
}
10
likes
0
pub points
52%
popularity

Publisher

verified publisherliontude.com

Designed by and for the Flutter community

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on geira_icons