New solution *. 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)
Add this code in your main file
await Firebase.initializeApp(
options: const FirebaseOptions(
apiKey: " ",// == current_key in google-services.json file
appId: " ", // == mobilesdk_app_id in google-services.json file
messagingSenderId: " ", // == project_number in google-services.json file
projectId: " ", // == project_id in google-services.json file
),
);