IrishEgie / qrsquad

This is a simple QR Scanner Software paired with an OCR device. Right now this is just the barebones front-end
0 stars 0 forks source link

Make TextFormField Invisible #28

Closed Adr-hyng closed 6 months ago

Adr-hyng commented 6 months ago

So, whenever DEBUG MODE is activated, it just turns off the USB-Communication interface, instead opens the TextField as alternative input.

IrishEgie commented 6 months ago

image Multiple UI/UX Updates for this Push

Redesigned the drawer to include the Standard / Debug Toggle Modes . This uses global variables in app state for the system to know what state the app is in now.

(Drawer & UI at standard mode) image (Homepage at standard mode) image

Going to debug mode a passkey is required asked .... use 4koLang'To as the password. image Drawer at debug mode image

Added selection toggle modes for the check marks to work in both the export & logswitch component, this uses widget states to toggle from one mode to another, you can use these states for you backend as well if you want, you can access this in the model file of the respective you want to edit. image image