-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
Hi, I just read your great migration guide and it's awesome!
I was looking at this example but I have a problem...
I am using Nylo in my project. As you can see from the docs and this example, it uses:
runApp(
AppBuild(
navigatorKey: NyNavigator.instance.router.navigatorKey,
onGenerateRoute: nylo.router!.generator(), // THIS ROW!!!
debugShowCheckedModeBanner: false,
initialRoute: nylo.getInitialRoute(),
),
);
How can I use Nylo's "onGenerateRoute" with your ResponsiveFramework "onGenerateRoute"?
Thank you for your help @rayliverified
Metadata
Metadata
Assignees
Labels
No labels