I have the framework written in Swift 5 language and now i need to integrate that framework into the new flutter project and there is more number of callbacks to notify from Swift Framework to Flutter project. In that I don't know how to do that, what is the way to callback/delegate to the flutter project from Swift Framework.
Try to use Method channels. You can call Flutter methods from Swift code and vise versa.
2.1m questions
2.1m answers
60 comments
57.0k users