Skip to content

UI Design Guidelines

Ashish Kumar Singh edited this page Sep 27, 2021 · 2 revisions

UI Guidelines

  • 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.
Clone this wiki locally