appspector / flutter-plugin

Flutter plugin for AppSpector SDK. With AppSpector you can remotely debug your app running in the same room or on another continent in real-time. https://pub.dev/packages/appspector
https://appspector.com
Other
62 stars 11 forks source link

Null argument handling #41

Closed deszip closed 3 years ago

deszip commented 3 years ago

Adds safe unwrapping of the FlutterStandardTypedData argument passed to call handler. Falls back to empty NSData if null passed.