Great progress on AIOHA in Flutter! 🎉 The HiveAuth vote/comment payload redirect sounds tricky, hope you solve it! 👍
You are viewing a single comment's thread from:
Great progress on AIOHA in Flutter! 🎉 The HiveAuth vote/comment payload redirect sounds tricky, hope you solve it! 👍
Thank you @bhr-curation
that issue is resolved but now facing another issue here - https://peakd.com/hive-139531/@sagarkothari88/aioha--flutter-plugin-facing-issues-with-web-app
It's actually very easy as the event handler only need to be specified once for the whole app rather than repeating the code in every signature request.
aioha.on('hiveauth_sign_request', (payload: string, evt: MessageType, cancel: () => void) => void)
Yes @techcoderx
Noted. I am not going to add it for every request, I'll have it once for entire app.