countly-sdk-flutter-bridge icon indicating copy to clipboard operation
countly-sdk-flutter-bridge copied to clipboard

Flutter SDK for Countly Product Analytics Platform

Results 18 countly-sdk-flutter-bridge issues
Sort by recently updated
recently updated
newest added

Using JS interop, open instances of Flutter web can communicate with countly native web sdk.

![image](https://github.com/Countly/countly-sdk-flutter-bridge/assets/46561556/5e461cab-2e48-40be-b0da-4fd146117bbe) there is no stacktrace but in data log ![Screenshot 2024-01-13 183113](https://github.com/Countly/countly-sdk-flutter-bridge/assets/46561556/a5515919-baab-4d61-8043-ebc58acda31a) and in flutter this is the code to send log ```dart await Countly.logExceptionEx( exception, true, stacktrace: stackTrace, segmentation:...

The method signature of *logExceptionEx*, *logExceptionManual* and *logException* (the one called by the two previous ones) contains a parameter named "nonFatal". ` static Future logException(String exception, bool nonfatal, [Map? segmentation])...

I'm using that API on an async function: ``` await Countly.reportFeedbackWidgetManually( widgetInfo, widgetData, { "rating": rating, "comment": comment, "email": email, "contactMe": true, }, ); ``` It's neverending, the future is...

Access denied finding property "ro.vendor.audio.cloudctrl"