skip to Main Content

how to handle deeplink with AutoRoute in flutter?

I'm trying to handle a deeplink using the autoRoute package, how can I make my deeplink work when the url is opened? here is my deeplink handler code MaterialApp.router( title: 'Flutter Demo', routerConfig: _appRouter.config( navigatorObservers: () => [AutoRouteObserver()], deepLinkBuilder: (link)…

VIEW QUESTION

Flutter – I can't found buildscript in build.gradle

I know that androidbuild.gradle includes buildscript. but build.gradle in my project doesn't have buildscript. so I can't solve following error. C:/Users/JG-H/.gradle/caches/transforms-3/2ae0bf9da71bed198914dc960cb2262f/transformed/jetified-kotlin-stdlib-common-1.9.0.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version…

VIEW QUESTION

Custom Bottom Navigation Bar Flutter

I'm trying to recreate this effect in Flutter, I initially created it in Angular using CSS. Basically imagine a bottom NavBar sitting behind a container with bottom border radius. I'm pretty new to Flutter and still learning things, but there…

VIEW QUESTION
Back To Top
Search