Flare-Flutter icon indicating copy to clipboard operation
Flare-Flutter copied to clipboard

Bad quality for ovals in iOS

Open DanielZanchi opened this issue 4 years ago • 1 comments

Hello, I'm having problems with the quality of ovals in a FlareActor. This is the widget where I'm using the actor:

Widget build(BuildContext context) { return Container( padding: EdgeInsets.all(extraPadding ? 0.5 : 0), height: 24, width: 24, child: FlareActor( "assets/animated/$fileName.flr", alignment: Alignment.center, fit: BoxFit.cover, animation: active ? "active" : "idle", )); }

This is the result: IMG_7383

This happens only on iOS, Android looks good.

Version: flare_flutter: ^2.0.1 This happens even with 1.8.3 Any solutions?

DanielZanchi avatar Jun 06 '20 18:06 DanielZanchi

This might the same as #253. Would you mind trying this on the Flutter dev channel and see if the issue is resolved?

umberto-sonnino avatar Jul 02 '20 09:07 umberto-sonnino