state_beacon 0.11.1 
state_beacon: ^0.11.1 copied to clipboard
A reactive primitive for dart and flutter
0.11.1 #
- Mark internal methods as @protected
 
0.11.0 #
- FutureBeacon is now a base class for DefaultFutureBeacon and DerivedFutureBeacon
 - Expose DerivedFutureBeacon as a FutureBeacon
 
0.10.2 #
- Add unwrapValue() method to AsyncValue class
 - Keep track of the last AsyncData so it can be used in loading and error states
 
0.10.1 #
- Expose listenersCount
 - Internal improvements
 
0.10.0 #
- FilteredBeacon : Make filter function nullable which allows changing/setting it after initialization
 
0.9.2 #
- Fix: refreshing logic for DerivedFutureBeacon
 - Allow customization of how the old results of a future are handled in when it has be retriggered
 - Add increment and decrement methods to Writable
 
0.9.1 #
- Add initialValue getter
 - Customize previousValue getter for DerivedFutureBeacon to ignore loading/error states
 - Fix memory leak in BufferedBeacons
 
0.9.0 #
- Roll flutter_state_beacon package into state_beacon package
 - Add 
watchextension for use in flutter widgets - Beacons now implement ValueListenable
 - Add 
toValueNotifier()andtoStream()extension methods 
0.8.0 #
- Avoid throwing errors when start is called on a beacon that is already started
 
0.7.0 #
- Changed 
startNowtomanualStartfor future and derived beacons to avoid ambiguity 
0.6.1 #
- Expose 
cancelOnErroroption for StreamBeaon 
0.6.0 #
- Give all writable beacons a lazy variant
 - Expose option to manually trigger futureBeacon execution
 - Add option to manually trigger and reset derivedFutureBeacon
 - Add option to manually trigger derivedBeacon
 - Refactor Writable.wrap and remove redundant methods: wrapThen and wrapTransform
 - Add BufferedBeacon.wrap
 
0.5.0 #
- Add AsyncIdle State and ability to manually trigger futureBeacon execution
 - Add ability to do lazy starts for wrap methods
 
0.4.1 #
- Internal refactor
 
0.4.0 #
- Add WritableBeacon.set that can force update listeners
 
0.3.3 #
- Expose all Beacons
 
0.3.2 #
- Expose ReadableBeacon and WritableBeacon
 
0.3.1 #
- ThrottledBeacon: add method to change duration
 - Add Writable.wrapThen
 - Return dispose function for all 
wrapmethod 
0.3.0 #
- Expose currentBuffer for BufferedCountBeacon and BufferedTimeBeacon
 - Fix bug in BufferedTimeBeacon.reset()
 - Add UndoRedoBeacon
 
0.2.1 #
- Add BufferedCountBeacon and BufferedTimeBeacon
 
0.2.0 #
- Fix bug with DerivedBeacons unregistering
 - Notify listeners when LazyBeacon is initialized
 - Add 
mapInPlacefor ListBeacon 
0.1.2 #
- Add 
Beacon.scopedWritable. 
0.1.1 #
- Update pubspec.yaml.
 
0.1.0 #
- Initial version.