Dipak

Results 6 comments of Dipak

Can I create a normal clickable link in PDF?

I'm also getting black screen on app start ``` flutter_native_splash: color: "#ffffff" color_dark: "#ffffff" android_12: color: "#ffffff" color_dark: "#ffffff" ```

I don't understand what's wrong with this package, I can't even navigate to any nested route. **Configuration** ``` @AutoRouterConfig(replaceInRouteName: 'Screen,Route') class AppRouter extends $AppRouter { @override List get routes =>...

> @dipak-pd I fixed issues with nested navigation when I used AutoRouter(). You can read about this in docs for this package (nested navigation section). @Mik77o Thanks, I'll try again

> @dipak-pd is there an AutoRouter widget inside DashboardQGRoute.page ? No, only flutter widgets are there inside DashboardQGRoute.page. I also tried out with a new project, it doesn't even work...