There isn't particularly strong typing across the x-platform bridge in flutter surrounding null values. We need additional checks in the native code to ensure that when the x-platform user passing in null values as arguments to our Flutter SDK, our native side of the bridge is checking that the value is not null before typing to dereference it.
There isn't particularly strong typing across the x-platform bridge in flutter surrounding null values. We need additional checks in the native code to ensure that when the x-platform user passing in null values as arguments to our Flutter SDK, our native side of the bridge is checking that the value is not null before typing to dereference it.