AweiLoveAndroid / Flutter-learning

:octocat::fire: :+1: :star2: :star: :star::star: Flutter all you want.Flutter install,flutter samples,Flutter projects,Flutter plugin,Flutter problems,Dart codes,etc.Flutter安装和配置,Flutter开发遇到的难题,Flutter示例代码和模板,Flutter项目实战,Dart语言学习示例代码。
Apache License 2.0
5.37k stars 837 forks source link

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

Open superiums opened 5 years ago

superiums commented 5 years ago

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

AweiLoveAndroid commented 5 years ago

收到