solar_icon_pack 0.2.1 solar_icon_pack: ^0.2.1 copied to clipboard
Flutter package that provides Solar icons which is 7,500+ icons in 6 different styles.
Solar Icon Pack #
Flutter package that provides Solar icons which is 7,500+ icons in 6 different styles. Made from the Solar Icons Set (Vol.2).
Big thanks to 480 Design and R4IN80W, the creators of this awesome icon pack!
Features #
- 1,258 bold icons
- 1,254 linear icons
Usage #
import 'package:flutter/material.dart';
import 'package:solar_icon_pack/solar_icon_pack.dart';
class IconWidget extends StatelessWidget {
const IconWidget();
@override
Widget build(BuildContext context) {
return Card(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon( SolarLinearIcons.bell),
const SizedBox(height: 8),
Text('Linear Bell Icon'),
],
),
);
}
}
Screenshots #
Credits #
- SoftYes TI <softyes.com.br>
- João Sereia <joao.sereia@softyes.com.br>