在测试部分的 Codemagic 构建中出现错误。
BlocDelegate' is not a subtype of type 'HydratedBlocDelegate' in type cast\n\nWhen the exception was thrown, this was the stack
这不是代码魔术问题。您正在使用带有水合物块的 felangels bloc 库。确保你打电话
BlocSupervisor.delegate = await HydratedBlocDelegate.build();
在您的主要功能中,并且您没有像 https://pub.dev/packages/hydrad_bloc中那样设置任何其他 blocsupervisors