Francesco Bussolino

Results 46 comments of Francesco Bussolino

I managed to implement the behavior described in this issue by using awesome_notifications and awesome_notifications_fcm packages for Android and iOS instead of firebase_messaging. For web i integrated with a lot...

My solution works everywhere, even on chrome localhost and has support for notification actions like buttons and text replies. It is difficult to share since it is made of several...

Yes, I believe that was indeed the case. However with the solution I'm using now, I'm using 'notificationclick' event on localhost on chrome and it's working. So I wouldn't exclude...

I don't have enough experience to implement this, but this looks like it could be the solution for web implementation: https://www.youtube.com/watch?v=yYxIWEQgOe4

> @FRANIAZA if you'd like I can share some code - I got a hacky solution eventually going that uses the dropin Javascript API to get the nonce, return the...

@dan1229 I sent you an email

With the deadline for migration to GIS coming up in 5 days, this pull request is fundamental to keep a working google sign in flow. Are we going to have...

This can be achieved by creating your own copy of QrPainter and replacing the ```paint``` method with the following: ```dart @override void paint(Canvas canvas, Size size) { // if the...

I believe so, but only if you created a copy of qr_painter.dart from a commit after package version was bumped up to 4.0.1 (which hasn't been released on pub.dev yet)....

There is no need to go as back as to version 3.0.0. I am using files from version 4.0.0 of the package. Try using those with my solution. (NB version...