Ricardo Lima
Ricardo Lima
I am generating the QR code following the docs instructions. ```php {!! QrCode::size(300)->generate($url); !!} ``` @youmustwearface stated the issue is the hardcoded HTML attribute.
I am Using flutter_secure_storage: ^5.0.2 and flutter 2.9.0-1.0.pre.471 I have same issue on Mac OS. Is there any required permission to set/change while the app is in development?
I opened the project on XCode, then added Keychain Sharing. Added group value as * (asterisk symbol) I am Using flutter_secure_storage: ^5.0.2, flutter 2.10.4, Dart 2.16.2 The same error still...
@fluttertests @mikexkllr @jaumard @Andrflor I got it working, but I have few other issues with the build for mac after changes on the project. Try this. Open the `macos` project...
@paymog Try to use `onSubscriptionData` ``` const { loading, error, data } = useSubscription( SUBSCRIPTION_QUERY, { variables: { scheduleCardItemId: _id }, onSubscriptionData: ({ subscriptionData: { data } }) => {...