jinyus / dart_beacon

A reactive primitive (signals) and state management library for dart and flutter
https://pub.dev/packages/state_beacon
28 stars 2 forks source link

[Feat] Add beacon.ingest(anyStream) #54

Closed jinyus closed 7 months ago

jinyus commented 7 months ago

Description

Any writable can now wrap a stream with the new .injest() method.

RawStreamBeacons can now be initialized lazily.

Type of Change