FLUTTER ECOSYSTEM

rodrigopequeno/remix_icon

rodrigopequeno/remix_icon open-source repository details.

remix_icon 프로젝트 이미지
Stars
1
Forks
0
최근 푸시(UTC)
2026. 6. 18.
프로젝트 상태
활성
Rodrigo Pequeno GitHub avatar
GITHUB User

Rodrigo Pequeno ↗

Ambev TechBrazil
언어DartC++CMakeHTMLSwiftCKotlinShellObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 6 개

원본 README

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

README 펼치기 / 접기

Remix Icon

style: very good analysis

Simply Delightful Icon System.

This package is a port of Remix Icon for Flutter, designed to be simple and easy to use. The remix_ic library offers a modern and stylish icon system perfect for adding a touch of elegance to your apps.

Key Features

Automatic Updates

One of the standout features of remix_ic is its automatic updates directly from the official Remix Icon repository. Using the power of GitHub Actions, our library checks for updates up to 4 times a month, ensuring you always have the latest icons without any manual intervention.

This means, unlike other libraries that might become outdated over time, remix_ic remains up-to-date with the latest changes and additions from Remix Icon.

Installation 💻

Add remix_ic to your pubspec.yaml file using the following command:

flutter pub add remix_ic

Usage

You can use the remix_ic icons in various ways. Here are some examples of how to import and use the icons in your Flutter project:

Icon(RemixIcon.flutterLine)
// or
Icon(Remix.flutterLine)
// or
Icon(FlutterRemix.flutterLine)