talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Re-enabled the onUrlNavigation callback on the ChatBox #30

Closed bugnano closed 1 year ago

bugnano commented 1 year ago

This re-enables the onUlrNavigation callback for the ChatBox, with the exact same API as #15 (I found out that there is at least 1 more customer that maintains his own fork of our Flutter SDK that re-enabled this change, even though it has never been documented).

This should be used instead of #27 only because of previous API compatibility.