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
dependOnInheritedWidgetOfExactType<_ViewScope>() or dependOnInheritedElement() was called before _LocationPageState.initState() completed. -> BrnRangeSelectionGroupWidget.dart 在initState方法中不可以使用context!
#549
Open
hehe2015 opened this issue
Dec 19, 2024
· 0 comments
v3.4.3
BrnRangeSelectionGroupWidget.dart 第86行有问题:
@OverRide
void initState() {
_screenWidth = View.of(context).physicalSize.width / View.of(context).devicePixelRatio;
...
}
在initState方法中不可以使用context!
在initState方法中不可以使用context!
在initState方法中不可以使用context!
The text was updated successfully, but these errors were encountered: