Skip to content

fix: remove unnecessary Container wrapper#93

Merged
Yaswanth0606 merged 1 commit into
juspay:mainfrom
vijayrockers:fix/remove-unnecessary-container
May 20, 2026
Merged

fix: remove unnecessary Container wrapper#93
Yaswanth0606 merged 1 commit into
juspay:mainfrom
vijayrockers:fix/remove-unnecessary-container

Conversation

@vijayrockers
Copy link
Copy Markdown
Contributor

Removed a Container widget in payment_page_container.dart that had no properties set (no color, padding, size, or decoration) and was only wrapping a FutureBuilder. This violates the avoid_unnecessary_containers lint rule and adds an extra widget to the tree for no reason.

@Yaswanth0606 Yaswanth0606 merged commit 496d379 into juspay:main May 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants