Replies: 1 comment 1 reply
-
Thank you, thank you very much, including your article. Recently, we have been supporting React and Vue, but we haven't supported Flutter yet. We were previously very conflicted about whether to use community-contributed versions or our own officially supported framework components. In the end, we decided on official support because it allows us to directly integrate them into our release automation process, solving the issue of version synchronization with each release. As for Flutter, it seems like we are facing a similar problem again, and we hope to discuss it with you as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello good people,
For anyone who is interested in this icon pack and would like to use it on Flutter projects, I coded a plugin to make RemixIcon pack easily available for Flutter apps.
Usage
Installation
Add the
flutter_remix_icon
package to your project dependencies.Run
pub get
to start using Remix Icon in your Flutter project.Using Icons
Import
flutter_remix_icon
package where you would like to use it.Get the icons by using
RemixIcon
class. Its static values returnIconData
which can be wrapped under widgets, such asIcon
, to be customized and rendered on UI.Beta Was this translation helpful? Give feedback.
All reactions