Ulrich Raab

Results 3 issues of Ulrich Raab

Every time when i try to run my flutter app in web release or profile i get an error that DI failed. ``` zone.dart:1175 Uncaught TypeError: Cannot read property 'cx'...

**Is your feature request related to a problem? (please describe)** I have to scan iBeacons in my app and the scan results (DiscoveredDevice) on iOS do not contain iBeacons. **Describe...

Hello I use biometric storage to store a secret (generated EC key pair) at the first launch of my app. I have to check if the secret was already generated...