lenra-io/client-lib-flutter

[Task] Call listener as function

Ouverte

#21 ouverte le 20 févr. 2024

 (0 commentaire) (0 réaction) (1 personne assignée)Dart (0 fork)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (3 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur