solar 0.0.4 copy "solar: ^0.0.4" to clipboard
solar: ^0.0.4 copied to clipboard

Flutter package for using Solar Icons.

Solar #

Flutter package for using Solar Icons. Solar is totally free, and you can use this package to bring these awesome icons to your Flutter project.

This package has made from Solar v1.0 version. following sets are currently available in this package:

  • Bold

installation: #

Add the following line to your pubspec.yaml file, under the dependencies: section:

dependencies:
  Solar: <latest_version>

Usage #



class SolarWidget extends StatelessWidget {

  Widget build(BuildContext context) {
    return IconButton(
      icon: Icon(Solar.alarm), 
      onPressed: () { print("Solar Icons"); }
     );
  }
  
}
0
likes
130
points
66
downloads

Publisher

verified publisherravindu.co

Weekly Downloads

Flutter package for using Solar Icons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on solar