You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error Error: A value of type 'Widget' can't be assigned to a variable of type 'InheritedWidget'. once I upgraded to Flutter 3.0.0 today:
Cache/hosted/pub.dartlang.org/syncfusion_flutter_gauges-20.1.52/lib/src/linear_gauge/gauge/linear_gauge_scope.dart:40:10: Error: A value of type 'Widget' can't be assigned to a variable of type 'InheritedWidget'.
- 'Widget' is from 'package:flutter/src/widgets/framework.dart' ('/flutter/packages/flutter/lib/src/widgets/framework.dart').
- 'InheritedWidget' is from 'package:flutter/src/widgets/framework.dart' ('/flutter/packages/flutter/lib/src/widgets/framework.dart').
.widget;
Hopefully it's something that can get addressed soon!
Thank you,
Michael
lucavenir, W2NJL, smurat, danw8989, tibzejoker and 1 more