Eyoel Defare
Eyoel Defare
> I want to use extra parameter for "confirmSetupIntent" method. > > I read some closed issue relating 3D secure and document for this. > But I cannot find the...
Yeah I just noticed that too. I think the Cliper class is cpu intensive since it rebuilds the tree on canvas at a certain rate per second to maintain its...
Can you provide an example of your code so I can see why you're getting this issue? Also what version of this package are you on, and what version of...
Its working for me with your example. I am not sure why you're getting this. Also remove "!" from ` else if (_tagsController!.getTags.contains(tag)) { return 'you already entered that'; }...
There is a PR to solve this issue, I will merge when I have free time.
There is a pull request to solve this issue by [aschung01](https://github.com/aschung01) which I will merge when I have time. Thanks for the contribution.
Were you able to catch where this exception was thrown? I just upgraded it to Flutter 3.0, and it passed my tests. If you perhaps post a snipped example would...
Hey, no. They need to either upgrade to flutter 3.0 or downgrade the package most likely.
Feel free to reopen this if the new update doesn't fix this considering its the same issue as $63
In theory this should be possible since this widget has no relation to the Textfield widget but wraps it. You might be able to tweek it to make it possible...