marcotta
marcotta
Congratulations for the new release! I am still using version 4.2.1 and if I enable StrictMode I see the following logs. ``` D/StrictMode: StrictMode policy violation; ~duration=1659 ms: android.os.strictmode.DiskReadViolation at...
## Summary Expose `setOffline` via the flutter plugin Both objective-c and Kotlin counterparts offer a method 'setOffline'. ``` /** * Sets offline. If offline is true, then the SDK will...
By setting developer options "Don't keep activities" to true, it is possible to always see logcat entries like below: ``` Tried to send a platform message to Flutter, but FlutterJNI...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...
**Describe the bug** Crash log found on Crashlytics. ``` Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.setupNotificationChannel(FlutterLocalNotificationsPlugin.java:1172) at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.createNotification(FlutterLocalNotificationsPlugin.java:251) at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.showNotification(FlutterLocalNotificationsPlugin.java:1237)...
### Describe the bug I am using the the flutter branch sdk to integrate branch in a flutter app. When there is no internet connectivity and I generate a link...