Offer filled icons for flutter / non-web platforms
See original GitHub issueIcon Request
- Icon name’s: Thumbs up and down (other filled icons to consider => heart, star)
- Use case: Currently lucide icons only have outlined icons even for some common filled icons too like
thumbs up
, but if someone wants to fill them in any case other then web like in flutter then they are bound to not been able to do so. It would be great if the flutter/ttf maintainer give some common filled icons to use. - Screenshots of similar icons: Below is the screen of youtube’s like/dislike icons where thumbs up is filled and thumbs down is not
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Icons class - material library - Flutter - Dart API docs
API docs for the Icons class from the material library, for the Dart ... const IconData: access_time_filled — material icon named "access time...
Read more >Programatically change iOS app icon in Flutter - Medium
Change iOS app icon with Flutter and Swift. ... Start a new Flutter project, in the section called “Platform channel language” select ...
Read more >5 Flutter icons package as a daily driver | by Raghav Joshi
1. Feather Icons ... What I love about Feather Icons is that their icons have rounded corners that give the perfect touch to...
Read more >How to Add Custom Icons to Your Flutter Application
How to Customize the Application Launcher Icon · Android/iOS – specify for which platform you want to generate an icon. You can also...
Read more >flutter awesome github - Philadelphia Mixing Solutions
Cross-platform GitHub client in Flutter and BLoC clean architecture. ... This icon pack includes only the free icons offered by Font Awesome out-of-the-box....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it should still be feasible. Building separate styles should simply boil down to the build flow manipulating elements based on classes / custom attributes.
@prateekmedia @locness3 I understand why you want this, and I agree would be nice to add these type of icons. But it is a whole new icon set what we then should create. We can’t just add filled icons to the set. The project is not ready for this. Especially the build flows.