flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

空安全错误处理导致线上: Null check operator used on a null value

Open yang-lile opened this issue 4 months ago • 0 comments

该处确实无法保证最后一个分支语句(L462)一定不为空,也没有做好断言检查。

入参为:{route: '/', uniqueId: null}

https://github.com/alibaba/flutter_boost/blob/622e243416a04aae74845fc42444c5cd09eb15b0/lib/src/flutter_boost_app.dart#L402-L464

yang-lile avatar Oct 06 '24 13:10 yang-lile