How to use Flutter as UI for application written in python?

samrtr
I've been working with desktop app written using python, pyQT and QT. UI is defined in QML and business logic is python-based. Now, I would like to start using Flutter for UI, but I would prefer to retain existing python codebase for logic, instead of rewriting everything in Dart, which would be huge effort.

So, my question is: Is it possible to have Flutter View which uses python Model? If so, what are good practices?
Tagged:
Sign In or Register to comment.