-
The risky venues circuit breaker functions by submitting the venue IDs of each risky venue that a user has visited to an API endpoint. This partially exposes the user's venue check-in history based on…
-
**Name of the Codelab or Codelab URL**
https://developer.android.com/codelabs/kotlin-android-training-work-manager#8
**Describe the problem**
Both following the codelab from the beginning (I reus…
t1eap updated
3 years ago
-
FFUpdater 71.0.3 crashed on Android 8 with the following trace:
```
de.marmaro.krt.ffupdater.notification.BackgroundUpdateChecker$BackgroundNetworkException: fail to check FIREFOX_RELEASE due to can…
-
Currently, either you use `runInterruptible` or you don't.
If you use it, `cancel` will interrupt.
If you don't, `cancel` will not interrupt.
The creation of the instance forces `cancel` to work i…
-
## Plugin Version
google_mobile_ads 0.12.2
## Steps to Reproduce
1. Run a flutter app with google_mobile_ads 0.12.2
**Expected results:**
The use of the plugin does not impact …
-
**Describe the problem**
There is a statement purporting that a Logcat statement should be visible, but there is no place in the code that contains a Timber.d() call that emits that statement. The s…
-
Can this library be used to `@Retry` an infinity amount of time until the server sends some sort of response (maybe 500 response allowed too)?
It would be very helpful to me if I could retry a call…
-
I'm using an android service to keep the app running in the background and I configured it with a callback handler function to make some functionality using flutter and it uses shared preferences. whe…
-
Hello, I'm starting new flutter activity from native when a call is placed, but the invocation of method channels I've created always gives
**"MissingPluginException(No implementation found for met…
-
Hi,
thanks for this great library! So after some hours of debugging I finally came closer to the cause of crash reports we get in production after updating our app. We get `java.lang.VerifyError` …