Jaime Blasco

Results 113 comments of Jaime Blasco

Could you try to execute `flutter clean`?. This will clear cache files related to this project so you can build the project next time from scratch

Thanks! About the first question: The initial project was an exact port from Zdog to CustomPainter canvas, but I thought it would be more powerful if it could take full...

@coreysprague That would be great to have! Also to limit the text to a 1 line max

I want to navigate like pushAndReplace like if it was a pop

I can create a PR if this looks something interesting to have in the package

Thanks for creating an issue! There might be a new breaking change in master, will take a look into it asap

Let me take a look into it tomorrow 👍🏻. Thanks for some much detailed info

Hey! I have discussed also internally and think the best approach is to migrate `stripe_checkout`. Stripe has also deprecated the related apis in order to replace this feature with [Payment...

If what you need is to store the payment information and not process the payment directly. You should be using the SetupIntents api: https://stripe.com/docs/payments/setup-intents With the PaymentIntent the payment Method...

@wasabeef would you be interested in a PR for this?. I am using flutter_gen in a project and I would like to generate lottie assets with it. I think the...