我使用Material作为一个可重用的组件,但是它的操作无论如何都不起作用。这就是我面临的错误The following _CastError was thrown while handling a gesture:Nullcheckoperatorused on a nullvalue
When the exception was thrown, this was the stac
CreateRepository()最终使用以下代码调用一个方法: var jsonString = await rootBundle.loadString(vendorDataFilePath); 这将导致错误:Nullcheckoperatorused on a nullvalue 我执行的代码都没有使用nullcheck运算符(!),那么这个错误是从哪里来的,我该如何修复</