Jaime Blasco

Results 113 comments of Jaime Blasco

Could you upgrade to `flutter_stripe_web: 4.2.0` and let me know if that fixes it for u? https://pub.dev/packages/flutter_stripe_web

I think it would be a great time to reconsider this as it was already implemented on [Skia](https://bugs.chromium.org/p/chromium/issues/detail?id=960620) on April 2021

> however, the web development version is basically compiled JavaScript, isn't it? Is there any framework in the JavaScript ecosystem which supports a hot reload capability comparable to the Flutter...

I agree with you that a Live Preview would bring a lot of benefits for building UI with Flutter. I am hopeful that once Flutter web reaches stable this is...

In case someone needs this, I've implemented a solution that works similar to the current Flutter modals. https://github.com/jamesblasco/modal_bottom_sheet. `showCupertinoModalBottomSheet` will display a new sheet-presentation-style modal. You will also have to...

That would be awesome @xster. I would be happy to bring that PR. I think it would be nice to start with a chat/email with the main points needed to...

Yes!! Sorry, but I have been quite busy the last days and also working on another feature https://github.com/flutter/flutter/issues/36985#issuecomment-699691218. I will try to create the PR in the next few days.

Hello! I created the PR https://github.com/flutter/flutter/pull/67515 I also uploaded an example that uses that branch https://github.com/jamesblasco/modal_bottom_sheet_example Looking forward to hearing your feedback there :)

@jmagman Sadly I haven't had as much time as I would like to focus on the library. But my main goal right now it is to release in the upcoming...

Hi @Tom-Carpendale, could you check if this change #1730 also works for you?