remix_ic 4.6.0
remix_ic: ^4.6.0 copied to clipboard
The most complete and updated Remix icon pack available on Flutter.
Remix Icon #
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)