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
Based on this code block, if I want to directly go to Genre sheet, how would I go for it using GoRouter?
Normally I would expect this to work:
context.go('/intro/genre');
But I'm getting this error:
════════ Exception caught by rendering library ═════════════════════════════════
The following assertion was thrown during performLayout():
The sheet extent and the dimensions values must be finalized during the layout phase.
'package:smooth_sheets/src/foundation/framework.dart':
Failed assertion: line 125 pos 7: '_extent.hasPixels'
The relevant error-causing widget was:
NavigationSheet NavigationSheet:file:///Users/blinqipa/Desktop/wolt_test/lib/main.dart:181:16
What would be the correct way to handle this?
The text was updated successfully, but these errors were encountered:
Discussed in #108
Originally posted by bqubique May 4, 2024
Based on this code block, if I want to directly go to Genre sheet, how would I go for it using GoRouter?
Normally I would expect this to work:
But I'm getting this error:
What would be the correct way to handle this?
The text was updated successfully, but these errors were encountered: