Open Yeyen09 opened 4 months ago
@Yeyen09 what flutter version please? (I got this too)
try "flutter pub upgrade --major-versions" and then "dart fix" command
I have been facing Same issue, as since it was working fine few days ago.
It's time to upgrade fl_chart, which will necessitate a migration process.
i tried it too, but still it refers to old version of fl_chart,... @duyo-son
You need to set fl_chart: ^0.68.0
in your pubspec.yaml
file, then run flutter clean
and flutter pub get
.
and Code Migration https://github.com/imaNNeo/fl_chart/tree/main/repo_files/documentations/migration_guides
/C:/Users/LENOVO/AppData/Local/Pub/Cache/ hosted/pub.dev/fl_chart-0.40.6/lib/src/ut ils/utils.dart:258:18: Error: Member not found: 'MediaQuery.boldTextOverride'.
Waiting for connection from debug service if (MediaQuery.boldTextOverride(context)) { Waiting for connection from debug service ^^^^^^^^^^^^^^^^
Waiting for connection from debug service on Chrome... 16.3s Failed to compile application.