flutter-icons icon indicating copy to clipboard operation
flutter-icons copied to clipboard

Customizable Icons for Flutter :boom:

Results 34 flutter-icons issues
Sort by recently updated
recently updated
newest added

I am the only one with that problem? Code same like the Example. Or any Ideas?

Hey there, I had been using another library before that had some nice helper functions, as seen below: ```dart IconData getIconUsingPrefix({String name}) { final List split = name.split('.'); if (split.length...

Hello, any guesses why this is undefined? Thanks!

See link: https://ibb.co/P9xGj0X All of the icons from the WeatherIcons set are off-centered.

code like this not work. ``` Icon( Feather.gitlab, size: 16, color: Colors.grey) ```

facebook, ebay, apple, google ... ?

* Null safety added * Example updated * Code Refactored

## Env info I use Dart 3 to load the pubspec packages in Flutter, but this package is incompatible with Dart V3. ## Bug info The current Dart SDK version...

How would it be if the lib were brought to the current icon versions of the providers!? It wasn't until the third try that I saw why the symbols I...

Added support for dart 3 by implementing null safety. Light refactoring as well.