feat: render particle clouds for selected tags
This commit is contained in:
@@ -50,8 +50,7 @@ class TagScanResult {
|
||||
class TagScanner {
|
||||
static final _eddystoneGuid = Guid('feaa');
|
||||
|
||||
// Continuously scans for iBeacon / AltBeacon / Eddystone-UID, restarting
|
||||
// each time the scan window closes, until the returned stream is cancelled.
|
||||
// Continuously scans for iBeacon / AltBeacon / Eddystone-UID
|
||||
Stream<TagScanResult> scan() {
|
||||
StreamSubscription<List<ScanResult>>? resultsSub;
|
||||
final seen = <String, int>{}; // tagId -> last rssi, for dedup
|
||||
|
||||
Reference in New Issue
Block a user