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
关于Flutter中的StatefulWidget小优化 一文,按你的写法: abstract class usefulStatefulWidget extends _Stateful with State<StatefulWidget> {}
报错:The class 'State' can't be used as a mixin because it extends a class other than Object.
The text was updated successfully, but these errors were encountered:
关于Flutter中的StatefulWidget小优化 一文,按你的写法:
abstract class usefulStatefulWidget extends _Stateful with State<StatefulWidget> {}
报错:
The class 'State' can't be used as a mixin because it extends a class other than Object.
The text was updated successfully, but these errors were encountered: