Skip to content

Releases: jinyus/dart_beacon

v0.34.2

17 Feb 01:42
Compare
Choose a tag to compare
  • [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

v0.34.1

16 Feb 17:08
Compare
Choose a tag to compare

What's Changed

  • Change status enum to constants by @jinyus in #65
  • Internal refactor of toFuture() and AsyncValue status' by @jinyus in #66

Full Changelog: v0.34.0...v0.34.1

v0.34.0

15 Feb 23:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.4...v0.34.0

v0.33.4

15 Feb 20:00
Compare
Choose a tag to compare
v0.33.4