Flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException

Опубликовано: 28 Сентябрь 2024
на канале: SYLVAIN TAIO
5,351
49

Flutter : How to solve [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(null-error, Host platform returned null value for non-null return value., null, null)

Go to android/build.gradle
and replace

classpath 'com.google.gms:google-services:4.4.0'
to
classpath 'com.google.gms:google-services:4.3.15'