Flutter-learning icon indicating copy to clipboard operation
Flutter-learning copied to clipboard

关于Flutter中的StatefulWidget小优化 一文写法报错

Open superiums opened this issue 6 years ago • 1 comments
trafficstars

关于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.

superiums avatar Mar 07 '19 06:03 superiums

收到

AweiLoveAndroid avatar May 30 '19 09:05 AweiLoveAndroid