Releases: jinyus/dart_beacon
Releases · jinyus/dart_beacon
v0.34.2
-
[Feat] Expose the list of beacons as a Readable<List> in the family beacon's cache.
final myFamily = Beacon.family((int id) => Beacon.writable(0)); final beacons1 = family(1); Beacon.effect((){ print('cache updated: ${myFamily.beacons.value}'); }); final beacons2 = family(2); // prints: cache updated: [beacons1, beacons2]
Full Changelog: v0.34.1...v0.34.2