Closed bugrevealingbme closed 2 weeks ago
I'm not sure if I understand the proposal since it's very brief, can you elaborate?
In general, the package as of now tries to replicate the UI that the Apple Wallet app uses. Feel free to create a PR for everything that goes beyond that, and I'm happy to review it.
The card sizes are not full. Why limited?
The card sizes are not full. Why limited?
As said, the package as of now tries to replicate the UI that the Apple Wallet app uses.
If you need other sizes, just use a FittedBox
to scale it according to your needs.
Your design looks nice, by the way.
Thanks, solved. When using hero animation, fonts are corrupted and a yellow line appears. How do I fix this problem?
That's a problem unrelated to this package. Please take a look at https://github.com/flutter/flutter/issues/30647 for example
Package
passkit_ui
Problem Statement
Why is Width limited? How can I make it full screen?
Solution Brainstorm
double.infinity
Are you willing to submit a PR?
None