flutter_state_beacon 0.3.1
flutter_state_beacon: ^0.3.1 copied to clipboard
A simple state management library using beacons/signals
The flutter_state_beacon package has been rolled into the state_beacon package. Please use that instead. #
dart pub add state_beacon
Usage #
To use Beacon in your Dart project, first import the package:
import 'package:state_beacon/state_beacon.dart';
Click here for the full documentation.