solar

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

solar

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>
copied to clipboard
Usage #


class SolarWidget extends StatelessWidget {

Widget build(BuildContext context) {
return IconButton(
icon: Icon(Solar.alarm),
onPressed: () { print("Solar Icons"); }
);
}

}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.