我已经实现了我的SDK 从… sdk: ">=2.7.0 <3.0.0" 至 sdk: ">=2.12.0 <3.0.0" 现在,此错误发生在超级(Null)上 The argument type 'Null' can't be assigned to the parameter type 'AccountState'. 下面是我的代码: class AccountBloc extends Bloc<AccountEvent, AccountState> {
final UserD
我通过flutter语言创建了一个应用程序来显示幻灯片。通过显示的图像,我尝试使用户能够单击图像并移动到具有所拍摄的图像ID的下一页。The argument type 'List<ImageModel>' can't be assigned to the parameter type 'ImageModel'. @override
_HomePageState createState() => _Home