signals_slots 1.1.2 copy "signals_slots: ^1.1.2" to clipboard
signals_slots: ^1.1.2 copied to clipboard

An implementation of a managed signals and slots system based on the boost signals2 C++ library.

1.1.2 #

  • Update name of the repo from flutter_signals_slots to flutter-signals-slots

1.1.1 #

  • Fixes issue disconnecting during the emitting of a signal.

1.1.0 #

  • Add type support to the signal class. Usage of Signal now requires the declaration of types (ex. Signal2<int, float>()) to avoid a mismatch of parameters and connection functions.

1.0.1 #

  • Add ability to block a signal

1.0.0 #

  • Initial release of signals and slots.
  • Provides a means of creating signals, subscribing to them, and managing connections.
  • Adds test cases to validate functionality.
4
likes
150
points
23
downloads

Publisher

verified publishervoidari.com

Weekly Downloads

An implementation of a managed signals and slots system based on the boost signals2 C++ library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on signals_slots