fkafka 2.0.3
fkafka: ^2.0.3 copied to clipboard
Kafka equivalent in flutter
Changelog #
Each entry in this document is intended to be concise and focused on what is relevant to end-users.
[2.0.3] - 2024-02-17 #
- Fix for the
listenMultiple
method.
[2.0.2] - 2024-02-17 #
- Added support for multiple topics in the
listenMultiple
method. - Added support for pausing all subscriptions to multiple topics in the
pauseListeningToMultiple
method.
[2.0.1] - 2023-12-19 #
Added #
- Support for custom types in events, allowing for greater flexibility and customization.
- Support for the latest version of Flutter, ensuring compatibility and leveraging the newest features and improvements of the platform.
Changed #
- Breaking Change: Removal of the
TopicData
class. This decision was made to simplify implementation and enhance efficiency. Please review your code to adjust to this removal if you were using this class.