solar_icons 0.0.5 copy "solar_icons: ^0.0.5" to clipboard
solar_icons: ^0.0.5 copied to clipboard

Solar Icons is Solar icons which is 7000+ icons in different styles or 1200+ icons for each style available as a dart/flutter package

codecov Test pub package PRs Welcome

SolarIcons #

Solar Icons is Solar icons which is 7000+ icons in different styles or 1200+ icons for each style available as a dart/flutter package.

Made from SolarIcons.

🏅 Installation #

Update dependencies of your pubspec.yaml, add the following line

solar_icons: 

🏗️ Usage #

import 'package:solar_icons/solar_icons.dart';
import 'package:flutter/material.dart';

class IconWidget extends StatelessWidget {
  
  
  @override
  Widget build(BuildContext context) {
    return Card(
      child: Column(
        mainAxisAlignment: MainAxisAlignment.center,
        children: [
          Icon(SolarIconsBold.notificationUnread),
          const SizedBox(height: 10),
          Text('Bold Notification unread Icon')
        ],
      ),
    );
  }
}

Example #

View the flutter app in the example directory

Screenshot #

example screenshot

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.

🤓 Developer(s) #

Sebastine Odeh

27
likes
150
pub points
87%
popularity

Publisher

unverified uploader

Solar Icons is Solar icons which is 7000+ icons in different styles or 1200+ icons for each style available as a dart/flutter package

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on solar_icons