You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other versions of this SDK (android, ios, php, javascript to name a few) support an extra argument to send additional data when reporting log, debug, warn, error, critical items.
In 3 different Flutter apps now, I have manually added the Android and iOS SDK directly and created a method channel to report items, instead of using the Flutter SDK. This is a lot of extra work. But I've done it because the interface in the Flutter SDK doesn't support additional data.
Other versions of this SDK (android, ios, php, javascript to name a few) support an extra argument to send additional data when reporting log, debug, warn, error, critical items.
In 3 different Flutter apps now, I have manually added the Android and iOS SDK directly and created a method channel to report items, instead of using the Flutter SDK. This is a lot of extra work. But I've done it because the interface in the Flutter SDK doesn't support additional data.
For example, something like
Please, please, please add this support
The text was updated successfully, but these errors were encountered: