Currently, the application is using random, inconsistently styled Flutter AlertDialogs (or default showDialog implementations) across different screens. This has led to a fragmented UI where dialogs like "Choose Your Display" do not strictly follow our design system’s specifications regarding padding, border radius, and input styling.
We need to implement a Common Component that standardizes the look and feel of all popups, ensuring they match the specific "Magic ePaper" UI shown in the design mocks.
Currently, the application is using random, inconsistently styled Flutter AlertDialogs (or default showDialog implementations) across different screens. This has led to a fragmented UI where dialogs like "Choose Your Display" do not strictly follow our design system’s specifications regarding padding, border radius, and input styling.
We need to implement a Common Component that standardizes the look and feel of all popups, ensuring they match the specific "Magic ePaper" UI shown in the design mocks.