Skip to content

Commit

Permalink
core: v0.43.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyus committed Mar 29, 2024
1 parent 0395cc4 commit 9f88eb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/state_beacon_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.43.4

- [Fix] Fix bug with `FutureBeacon`s not autosleeping
- [Feat] Expose list of beacons created in a BeaconGroup wuth `BeaconGroup.beacons`
- [Feat] Add `BeaconGroup.onCreate` to allow adding a callback to be run when a beacon is created

# 0.43.3

- [Fix] Rare bug in FutureBeacon when start is called multiple times synchronously.
Expand Down
2 changes: 1 addition & 1 deletion packages/state_beacon_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ class CountController extends BeaconController {

## Dependency Injection

Dependency injection refers to the process of providing an instance of a Beacon or BeaconController to your widgets. `state_beacon` ships with a lightweight dependency injection library called [lite_ref](https://pub.dev/packages/lite_ref) that makes it easy and ergonomic to provide Beacons and BeaconControllers to your widgets. It also manages disposal of both.
Dependency injection refers to the process of providing an instance of a Beacon or BeaconController to your widgets. `state_beacon` ships with a lightweight dependency injection library called [lite_ref](https://pub.dev/packages/lite_ref) that makes it easy and ergonomic to do this while also managing disposal of both.

NB: You can use another DI library such as `Provider`.

Expand Down
2 changes: 1 addition & 1 deletion packages/state_beacon_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: state_beacon_core
description: A reactive primitive and simple state managerment solution for dart.
version: 0.43.3
version: 0.43.4
repository: https://github.com/jinyus/dart_beacon

environment:
Expand Down

0 comments on commit 9f88eb3

Please sign in to comment.