This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Replies: 1 comment
-
Closing / Locking as this has been added https://github.com/netsells/code-standards/blob/master/src/flutter/naming-widgets.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suggest that all widget classes should have names in the format
[Subject][Widget]
.Good:
LoginWidget
HomeWidget
Bad:
Login
LoginPage
LoginScreen
Beta Was this translation helpful? Give feedback.
All reactions