【发布时间】:2021-08-15 11:56:24
【问题描述】:
在 Flutter Web 中,我无法浏览浏览器的后退和前进按钮。它给出了以下错误:
Error: Assertion failed: org-dartlang-sdk:///flutter_web_sdk/lib/_engine/engine/navigation/history.dart:284:14
_userProvidedRouteName != null
is not true
at Object.throw_ [as throw] (http://localhost:54382/dart_sdk.js:5344:11)
at Object.assertFailed (http://localhost:54382/dart_sdk.js:5280:15)
at _engine.SingleEntryBrowserHistory.new.onPopState (http://localhost:54382/dart_sdk.js:149735:59)
Error: Assertion failed: org-dartlang-sdk:///flutter_web_sdk/lib/_engine/engine/navigation/history.dart:284:14
_userProvidedRouteName != null
is not true
at Object.throw_ [as throw] (http://localhost:54382/dart_sdk.js:5344:11)
at Object.assertFailed (http://localhost:54382/dart_sdk.js:5280:15)
at _engine.SingleEntryBrowserHistory.new.onPopState (http://localhost:54382/dart_sdk.js:149735:59)
【问题讨论】:
标签: flutter dart flutter-web