radarlabs / flutter-radar

Flutter package for Radar, the leading geofencing and location tracking platform
https://radar.io
Apache License 2.0
22 stars 13 forks source link

[WIP] Safe unwrapping of nullable arguments and stronger typing for arguments #47

Closed KennyHuRadar closed 4 months ago

KennyHuRadar commented 7 months ago

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.

KennyHuRadar commented 4 months ago

closing due to being duplicate.