在测试部分建立Codemagic构建时出错。
BlocDelegate' is not a subtype of type 'HydratedBlocDelegate' in type cast\n\nWhen the exception was thrown, this was the stack
答案 0 :(得分:2)
这不是代码难题。您正在将felangels bloc库与水合物块一起使用。确保致电
BlocSupervisor.delegate = await HydratedBlocDelegate.build();
在您的主要功能中,并且您没有像在 https://pub.dev/packages/hydrated_bloc