I use your bar. It's very nice and simple to use :) Great Work.
When I use CupertinoIcons the icons will be shown double / strechted as seen in the screenshot.
e.g. GButton( icon: CupertinoIcons.home, text: 'Home', ),
normal Icons work like as expected.
e.g. GButton( icon: Icons.ac_unit, text: 'Home', ),
Hi,
I use your bar. It's very nice and simple to use :) Great Work.
When I use
CupertinoIcons
the icons will be shown double / strechted as seen in the screenshot. e.g.GButton( icon: CupertinoIcons.home, text: 'Home', ),
normal Icons work like as expected. e.g.
GButton( icon: Icons.ac_unit, text: 'Home', ),
Maybe you have a solution for that. Thanks