You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relevant error-causing widget was:
HomePage HomePage:file:///D:/Development/flutter/window_wallper_app/lib/main.dart:16:19
When the exception was thrown, this was the stack:
#0 NavigationViewState.generateKeys (package:fluent_ui/src/controls/navigation/navigation_view/view.dart:150:36)
#1 NavigationViewState.initState (package:fluent_ui/src/controls/navigation/navigation_view/view.dart:123:5)
Expected behavior
Either make pane tag required field or handle null check if it is optional.
Screenshots
The text was updated successfully, but these errors were encountered:
Issue
default return NavigationView() throw error from version 3.10.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either make pane tag required field or handle null check if it is optional.
Screenshots
The text was updated successfully, but these errors were encountered: