Malte Peters

Results 29 comments of Malte Peters

I was trying `artUri: Uri.file('assets/path-to-local-file.png')` on `just_audio_background: 0.0.1-beta.1`. Unfortunately the album art does not show up. edit: it seems that I am trying to achieve something else. I would like...

We are experiencing the same on `0.8.0+7`. After hot restarting and starting a trace (which we do with http tracing), the app just crashes (for me on iOS). Nothing there...

any news on this? i am exited about this feature.

I have no priority since I am interested in both :)

You don't see the generated files in your xcodeproject, because they are not added automatically. Right click your App-Folder and hit `Add files to 'app name'`. My configuration with the...

There are multiple compiler errors for `ModuleName.swift` when importing, too.

Fewer and different errors though, if you just use the Native Module setup for swift (without UI Module).

You can prompt the user to enter a password and use this as the application password. Though, this is not automatically triggered by the key generation. This is a good...

@hfossli thank you very much for the fast response. You were right, I was using release. I just updated to master and did the corresponding api-changes. Testing on device (secure...

The code I am using is: ``` struct KeyPair { static let manager: EllipticCurveKeyPair.Manager = { let publicAccessControl = EllipticCurveKeyPair.AccessControl(protection: kSecAttrAccessibleAlwaysThisDeviceOnly, flags: []) let privateAccessControl = EllipticCurveKeyPair.AccessControl(protection: kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly, flags: {...