My Cordova Splash Screen not working on Android

Issue I am building an app using Cordova. Every other thing works but the Splash Screen. Has anyone used it lately? Here is my code: config.xml <?xml version=’1.0′ encoding=’utf-8′?> <widget id="com.example.hello" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>HelloWorld</name> <description>Sample Apache Cordova App</description> <author

Continue reading

Firebase Unhandle Exception PlatformException(null-error, Host platform returned null value for non-null return value., null, null)

Issue When I was make application for user signup and signin by using firebase but I cannot run as properly it give some error like bellow. E/flutter ( 6840): #0 FirebaseCoreHostApi.optionsFromResource (package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart:248:7) E/flutter ( 6840): <asynchronous suspension> E/flutter ( 6840):

Continue reading