geiger_api 0.5.3
geiger_api: ^0.5.3 copied to clipboard
A Communication API for the GEIGER ecosystem. It provides a unified interface for all plugins to communicate and transfer control between the components of the ecosystem.
0.5.3 #
Added support for autodetection of the storage location. Warning: This breaks dart compatibility due to the requirement of path_provider. From here we have 'Flutter only'. Anyone knowing a sensible alternative is warmly welcomed.
0.5.2 #
Added PluginListener to the list of exported APIs.
0.5.1 #
Added support for always traceable replies in the Message class. Required for replication and waiting for related, subsequent messages.
0.5.0 #
- Initial version (covers only local plugin communication)