Assaf Packin
Assaf Packin
Is this issue referring to adding an open field to the monthly donation like:  ?
Selecting a monthly payment option translates to one of the following planIds: ``` planId: 'no-monthly', planId: 'twenty-monthly', planId: 'fifty-monthly', planId: 'hundred-monthly', ``` It looks like the selected planId is sent...
Thanks for the link to that code Oliver! I see what you mean. It looks like we're using Stripe's `https://stripe.com/docs/billing/subscriptions/multiplan` subscription model. So if we wanted to keep setting individual...
I opened a PR specific to omitting "core" tokens https://github.com/mark-nicepants/figma2flutter/pull/34. It could easily be modified to accept a list of paths for token sets to omit if that need arrises.
Thank you for the quick comments. I made the recommended code changes. Let me know if that looks good and I'll update with tests and docs later
>It filters out all the tokens that were part of a token set Yes, that is the intended usage. Technically there isn't enforcement regarding whether the filtered out items were...
I renamed the argument and added tests
We had the same issue. Downgrading to version 5.0.1 worked for us. Looks like there is some kind of breaking change in 5.0.2
Just open a PR to control the width vs height of the overall layout https://github.com/lpongetti/bubble_chart/pull/9