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
hi, have big problem im fighting with it for 2 hours but still don't create a solution so i'm comming here and asking for help, yesterday when i was opening my app, everything was going great, today i changed a little bit my code, but i tried even delete this to check is it problem or not, when i deleted this it was still bad. This is my issue in terminal
The following assertion was thrown while handling a gesture:
Could not find a generator for route RouteSettings("/Category-meals", {id: c1, title: Italian}) in
the _WidgetsAppState.
Make sure your root app widget has provided a way to generate
this route.
Generators for routes are searched for in the following order:
For the "/" route, the "home" property, if non-null, is used.
Otherwise, the "routes" table is used, if it has an entry for the route.
Otherwise, onGenerateRoute is called. It should return a non-null value for any valid route not
handled by "home" and "routes".
Finally if all else fails onUnknownRoute is called.
Unfortunately, onUnknownRoute was not set.
hi, have big problem im fighting with it for 2 hours but still don't create a solution so i'm comming here and asking for help, yesterday when i was opening my app, everything was going great, today i changed a little bit my code, but i tried even delete this to check is it problem or not, when i deleted this it was still bad. This is my issue in terminal
The following assertion was thrown while handling a gesture:
Could not find a generator for route RouteSettings("/Category-meals", {id: c1, title: Italian}) in
the _WidgetsAppState.
Make sure your root app widget has provided a way to generate
this route.
Generators for routes are searched for in the following order:
handled by "home" and "routes".
Unfortunately, onUnknownRoute was not set.
And this is my files which using route command,
main.dart
category-meals.dart
category-items.dart
If someone know the solution i would be greatful for helping, and explaining what was wrong, thanks
Agentkolby
The text was updated successfully, but these errors were encountered: