getphyllo / phyllo-connect-flutter

MIT License
1 stars 4 forks source link

return result from platform channel #8

Closed 100lvlmaster closed 2 years ago

100lvlmaster commented 2 years ago

Return the result from platform channels, So the app can know that sdk has exited

mohitkmr07 commented 2 years ago

Hey @100lvlmaster,

Thanks for the contribution.

We are already working on improving the developer experience by adding callbacks. We are actively working on supporting the callbacks in the ios SDK as it's not supported right now. That's why adding the result callback at flutter SDK will create confusion as it will only work for android.

As a part of our next release, we are providing the callback feature. We have defined callbacks with different signatures and that includes other critical events too. This does not match with the signature you have added. It will solve the current problem but needs to be changed for multiple events. So, it's better to wait for a week to avoid the rework.

Thanks.