ScerIO / icon_font_generator

☣️ Flutter Icon Font Generator
https://pub.dev/packages/icon_font_generator
Other
96 stars 50 forks source link

Empty Space Above Icons - Vertical Alignment Issue #38

Closed kensamare closed 5 months ago

kensamare commented 6 months ago

Currently, when generating icons using the icon font generator, the icons are aligned to the baseline by default. This causes additional empty space above the icons, making them appear misaligned in layouts.

image

How I can fix it?

kensamare commented 5 months ago

The problem is not in the library, but in flutter itself.

https://github.com/flutter/flutter/issues/98909