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

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.
3
likes
150
pub points
47%
popularity

Publisher

verified publishervoidari.com

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