aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widget_clock.dart
AgeCommit message (Collapse)AuthorFilesLines
2023-01-01UI Fixeslamprey_12.1.13lamprey/12.1.1312.1.13Scott Murray1-22/+10
Changes: - The volume control was raising at unexpected times, after some investigation it seems the GestureDetector onTap definition was done incorrectly, fix it. - Tweaked the date & time display sizing to more close match the Qt demo and improve visuals. Bug-AGL: SPEC-4615 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Id484a10c9adc71b65bfcf515919958dc9e84e444
2022-11-21Rework for use in Flutter demo platform imageScott Murray1-14/+9
Changes: - Converted to portrait orientation. - Application enumeration and launching+activation enabled via use of applaunchd gRPC API and agl-shell protocol platform channel plugin in the embedder. - Previous dashboard, hvac, media, etc. pages disabled. Some of the code has been kept for potential reuse. - Clock widget tweaked to fit in portrait mode navigation bar, and take text color argument. - Bluetooth, wifi, and phone signal icons mocked up in navigation bar. Known issues: - The bottom panel area is static at present, support for popping up a volume control slider like the Qt demo is planned as an addition. - The path to implementing connection and signal strength indications is currently a bit hazy, it is possible that flutter-dbus might be the simplest stopgap. - State management has been kept basic, as there are a couple of places where using provider or riverpod seems like perhaps an overcomplication. This will be reviewed when KUKSA.val support is integrated for the volume slider. - Some of the layout sizing is a bit ad hoc, and it is not clear if the previous layout helper class is actually worth keeping or not. This should be reviewed when time permits. Bug-AGL: SPEC-4611 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib486b1fd92047f6c1ff1cd9569f49e3ccaf3269d
2021-12-02Animate dashboardFelipe Erias1-1/+0
2021-11-26Colors and layouts; add tab tor 3D exampleFelipe Erias1-3/+10
2021-11-05Basic structureFelipe Erias1-0/+74