Santos-Enoque / flutter-web-dashboard-template

270 stars 202 forks source link

Duplicate GlobalKey #22

Open rfont2000 opened 2 years ago

rfont2000 commented 2 years ago

The following GlobalKey was specified multiple times in the widget tree. This will lead to parts of the widget tree being truncated unexpectedly, because the second time a key is seen, the previous instance is moved to the new location. The key was:

danielreghin commented 1 year ago

I was facing that issue when testing the not-found route. It should work if you change the rootRoute from "/" to "/home"