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

outdated

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

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
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on signals_slots