Paul

Results 12 comments of Paul

So glad this is finally addressed! Could you maybe push this onto another dev release so we can use it right away? We are using dart code metrics heavily, and...

@incendial updated the package, works like a charm now, proper exit code used :) thank you so much!

The issue is that the flutter package seemingly just has not been rebuild with the latest changes to font generation which solved problems like icons being out of bounds.

this also happens with subtract_16_regular

Push. Please release you beautiful people :)

my current solution is having an optional parameter in the widget for clock annotated with `@visibleForTesting` ```dart class MyFancyWidget{ const MyFancyWidget({ @visibleForTesting Clock clock = const Clock(), }); @override Widget...