b055man

Results 5 issues of b055man

Is there a way to disable the cache persistency, so that the images are cached in-memory only and dropped upon every app startup? I've looked through the API and briefly...

Observed on iOS. When recreating a client (i.e. destroy, followed by create), if peripheral.isConected is called, it may never return or throw exception and may freeze the logic.

destroyClient iOS implementation does not call `result(nil)`, hence await'ing it in the Flutter part results in locking up the app.

When using the plugin on Android 10, there are number of warnings issued due to using non-public APIs. Are there any plans on resolving this (Google at some point may...

It is possible that plugin is stuck forever upon receiving lots of connection requests from different device. After thorough investigation it looks like the culprit is the ConnectionQueue that ended...