FLUTTER ECOSYSTEM

CoderNamedHendrick/solar_icons

CoderNamedHendrick/solar_icons open-source repository details.

solar_icons 프로젝트 이미지
Stars
19
Forks
6
최근 푸시(UTC)
2026. 5. 26.
프로젝트 상태
활성
Sebastine Odeh GitHub avatar
GITHUB User

Sebastine Odeh ↗

Modern blacksmith. Currently at FlutterDev💙 forge, crafting widget moulds and weaponry applications. My battlegrounds include Mobile, Desktop and Web

Lagos, NG
언어DartC++CMakeSwiftHTMLCKotlinObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 3 개
  • flutter{"sdk":"flutter"}
  • flutter_test개발 의존성{"sdk":"flutter"}
  • flutter_lints개발 의존성^6.0.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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)

https://github.com/CoderNamedHendrick.png

Sebastine Odeh

https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/medium-icon.png?raw=true