fkafka 2.0.1 fkafka: ^2.0.1 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.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.