skip to Main Content

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

Flutter – ProviderContainer and GoRouter

I want to read the GoRouter outside of main() and outside of any widget. GoRouter provider is defined as follows: final goRouterProvider = Provider<GoRouter>( (ref) { return GoRouter(...); } Then when I'm initializing flutter_local_notifications I want to read this provider…

VIEW QUESTION
Back To Top
Search