Unclaimed project
Are you a maintainer of modular? Claim this project to take control of your public changelog and roadmap.
MaterialApp.modular() and Cupertino().modular().
Use instead:
return MaterialApp.router(
routeInformationParser: Modular.routeInformationParser,
routerDelegate: Modular.routerDelegate,
);
This modification aims to keep Modular support independent of WidgetApp updates, and can be used in other b...
.modular() extension.
Use instead:
return MaterialApp.router(
routeInformationParser: Modular.routeInformationParser,
routerDelegate: Modular.routerDelegate,
);
Modular.setInitialRoute.Modular.setObservers.Modular.setNavigatorKey.