FlutterFlow / flutterflow-ui

BSD 3-Clause "New" or "Revised" License
151 stars 62 forks source link

Error: Member not found: 'MediaQuery.boldTextOverride' with flutter beta 3.22.0-0.1.pre #20

Open wildsylvan opened 3 months ago

wildsylvan commented 3 months ago

after switching to the flutter beta channel, i cannot launch a simple default app containing flutterflow_ui:

/X:/.cache/pub/hosted/pub.dev/fl_chart-0.55.0/lib/src/utils/utils.dart:257:20: Error: Member not found: 'MediaQuery.boldTextOverride'.
 if (MediaQuery.boldTextOverride(context)) {
                   ^^^^^^^^^^^^^^^^

an app without flutterflow_ui works


flutterflow_ui: ^0.2.0+1

LeoChengjie commented 1 month ago

The same problem, after updating to the latest version of flutter: /C:/Users/%E6%88%90%E6%9D%B0/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/fl_chart-0.40.6/lib/src/utils/utils.dart:258:18: Error: Member not found: 'MediaQuery.boldTextOverride'.

LennyLip commented 4 weeks ago

Same here, only flutter downgrade helped

CrisDores commented 4 weeks ago

Yes, the flutter downgrade works! Thanks

gutierrezelvison commented 3 weeks ago

You can upgrade fl_chart to its latest version. it worked for me. fl_chart: ^0.68.0