Implement timestamp in scanResult (#198)

* Implement timestamp in scanResult

* Update pigeon

* implement windows

* Update changelog

* Fix Swift formatting

* Remove android unused import

* Format pigeon generated file
This commit is contained in:
Rohit Sangwan
2025-12-11 19:24:13 +05:30
committed by GitHub
parent 3116962e8c
commit fa319416ef
16 changed files with 141 additions and 128 deletions
@@ -30,6 +30,8 @@ class ScannedItemWidget extends StatelessWidget {
visible: manufacturerData != null,
child: Text(manufacturerData.toString()),
),
if (bleDevice.timestampDateTime != null)
Text("Last Seen: ${bleDevice.timestampDateTime}"),
bleDevice.paired == true
? const Text(
"Paired",