forked from kapilkumar2001/Arcadia-Auction
-
Notifications
You must be signed in to change notification settings - Fork 13
UI Design Guidelines
Ashish Kumar Singh edited this page Sep 29, 2021
·
1 revision
- UI Should be responsive especially in the case of width.
- Flexible, Spacer and Expanded should be used wherever possible.
- Make widgets reusable and declare constants wherever possible.
- Avoid using magical numbers(Overly specific numbers) and prefer Media Queries.
- Unnecessary usage of packages should be minimized.
- Use enums instead of strings wherever possible.