solar_icon_pack 0.2.1 copy "solar_icon_pack: ^0.2.1" to clipboard
solar_icon_pack: ^0.2.1 copied to clipboard

Flutter package that provides Solar icons which is 7,500+ icons in 6 different styles.

app logo

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 #

Example App

Credits #

2
likes
150
points
133
downloads

Publisher

verified publishersoftyes.com.br

Weekly Downloads

Flutter package that provides Solar icons which is 7,500+ icons in 6 different styles.

Homepage

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on solar_icon_pack