lenra-io/client-lib-flutter

[Task] Call listener as function

开放

#21 创建于 2024年2月20日

 (0 条评论) (0 个反应) (1 位负责人)Dart (0 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (3 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

What should be done

To call a listener we have to keep the route (or at least the callListener function) in the calling scope and that is not great.

This PR parses the received data to add a call method to the Listener components that can take an event object as param.

Technical recommandation

贡献者指南