Flare-Flutter
Flare-Flutter copied to clipboard
Bad quality for ovals in iOS
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:
This happens only on iOS, Android looks good.
Version: flare_flutter: ^2.0.1 This happens even with 1.8.3 Any solutions?
This might the same as #253. Would you mind trying this on the Flutter dev channel and see if the issue is resolved?