János Dobszai

Results 61 comments of János Dobszai

@lukylab Hi! I'm not a contributor in this repository, I'm just using it in a couple of projects.

A possible workaround is to use the older [qr_code_scanner](https://pub.dev/packages/qr_code_scanner) library for iOS builds. But this isn't ideal, as that library is maintenance-only.

@christocracy Thanks, I updated the description.

Along with this, an option to only show plugins that are not installed would be nice. I think users go to the store to find new plugins, and such a...

:+1: to this feature request. Currently, the only way to "not set" a label is to click the red (X) button: ![image](https://user-images.githubusercontent.com/22769564/218040640-69ecc495-c911-4dc9-939a-ee673dbc15bf.png) But clicking this button also permanently clears out...

Still crashes on MacOS 13.5, macbook air m1 Installed from cask

@dnys1 is there any update on this? Can I assist you with more information?

@abdallahshaban557 thank you for the info! I'm going to try this now: ``` await Amplify.Notifications.Push.identifyUser( userId: '', userProfile: AWSPinpointUserProfile(), ); ``` As a feedback, this is really obscure for me,...

Yes, it cannot be null. This is my current solution to this problem, and it is working: ```dart await Amplify.Notifications.Push.identifyUser( userId: '', userProfile: AWSPinpointUserProfile(userAttributes: {}), ); ``` Is is a...