pixnbit

Results 16 comments of pixnbit

iOS the same issue. Several ppl reported the error on Flutter project but narrowed down to flutter_facebook_login plugin: https://github.com/flutter/flutter/issues/47204

Whoever is interested in this just try this: https://github.com/roughike/flutter_facebook_login/pull/227 It worked for me and it should be merged in to master

Can't you just not use the webViewOnly LoginBehavior that's deprecated?

You could just use different queues with a same driver. ``` $object = [ 'music' => 'M.I.A. - Bad girls', 'time' => time() ]; $job = new DispatcherJob($object); dispatch($job->setPlain())->onConnection('sqs-plain')->onQueue('LaravelTestQueue2'); ```...

It's nothing to do with the library. It's your button design issue. The feedback was very clear.

OpenId support would be a great addition. This can be a primary differentiator for the pro version vs free

> For me Resolved by setting focusOnInvalid: false, the default is focusOnInvalid: true `yourExpiryDateFieldKey.currentState!.validate(focusOnInvalid: false)` This doesn't work if the field is inside a form and is validated with the...