2d-inc / Flare-Flutter

Load and get full control of your Rive files in a Flutter project using this library.
https://rive.app/
MIT License
2.55k stars 470 forks source link

Bad quality for ovals in iOS #258

Open DanielZanchi opened 4 years ago

DanielZanchi commented 4 years ago

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?

umberto-sonnino commented 4 years ago

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