-
-
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
Use textScaler instead of textScale to get rid of deprecation warning #1495
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1495 +/- ##
==========================================
- Coverage 86.67% 86.58% -0.10%
==========================================
Files 45 45
Lines 3016 3018 +2
==========================================
- Hits 2614 2613 -1
- Misses 402 405 +3 ☔ View full report in Codecov by Sentry. |
Hi! I am getting an error maybe related to this. The feature I wanted to use was LineCharSample2 from your pub page. `../../.pub-cache/hosted/pub.dev/fl_chart-0.65.0/lib/src/chart/bar_chart/bar_chart_renderer.dart:42:5: Error: Type 'TextScaler' not found.
Please let me know if you need more information about this. Thanks. |
What's your flutter version? Are you using the latest version? |
Hey, I have the same issue any update on how to fix it? |
I work on old project with flutter version 3.13.9 |
Mine is an old version as well 3.10.6. |
Okay so don't upgrade the fl_chart version before you upgrade the Flutter version. |
Oh I see. Thanks. |
No description provided.