v4.9.1remix_ic
O pacote de ícones Remix mais completo e atualizado disponível no Flutter.
rodrigopequeno/remix_icon open-source repository details.
{"sdk":"flutter"}^1.10.0^4.1.0{"sdk":"flutter"}^1.0.2>=5.1.0 <11.0.0Texto original em inglês. Visite o GitHub para a versão atual.
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.
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.
Add remix_ic to your pubspec.yaml file using the following command:
flutter pub add remix_ic
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)