-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The setter 'textScaler' isn't defined for the class 'RenderScatterChart'. #1509
Comments
I get something simlar with Flutter v3.13.9.
I assume |
I was having the similar issue. I then upgraded flutter using |
@imaNNeo a Flutter/Dart SDK version constraint should probably be added to 0.65.0 to avoid this issue, i.e. environment:
sdk: ^3.2.0
flutter: ^3.16.0 |
I am facing a similar issue, I tried a custom widget in Flutterflow. I was using the "import 'package:fl_chart/fl_chart.dart';" package and it worked fine but since yesterday or so, I have been facing issues in deploying the same custom widget which worked earlier. errors: "radar_chart_renderer.dart:74:18: Error: Type 'TextScaler' not found. It seems like a library dependency issue because it is trying to search textScaler in even charts I am not using like radar. Also, it was working earlier for me. I am using Flutter 3.17.7 Flutterflow v4.0 (above suggestion did not helped for me) |
You're right. I forgot to do that. |
Fixed in the 0.66.0 release. |
I'm using 3.16.0 version. I have this issue.
The text was updated successfully, but these errors were encountered: