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

Geira Icons is a constantly growing family of icons. Each icon is designed considering visual uniformity and balance.

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: ^3.0.0
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 googleLogo is the name of the icon
                  GIcons.googleLogo,
                  color: Colors.red,
                  size: 50.0,
                ),
          );  
  }
}
copied to clipboard
10
likes
150
points
84
downloads

Publisher

verified publisherliontude.com

Weekly Downloads

2024.09.29 - 2025.04.13

Geira Icons is a constantly growing family of icons. Each icon is designed considering visual uniformity and balance.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on geira_icons