FLUTTER ECOSYSTEM

rodrigopequeno/remix_icon

rodrigopequeno/remix_icon open-source repository details.

remix_icon project cover
Stars
1
Forks
0
Last push (UTC)
Jun 18, 2026
Project status
Active
Rodrigo Pequeno GitHub avatar
GITHUB User

Rodrigo Pequeno ↗

Ambev TechBrazil
LanguagesDartC++CMakeHTMLSwiftCKotlinShellObjective-C

Packages published by this repository

Dependencies used

Dependency list 6 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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)