Last week, I published this article with a step-by-step guide to integrating Flutter and Python. It gained a lot of attention.
On Thursday, September 21, 14:00 UTC+0 (19:30 UTC+5:30, 10:00 EDT), I've expand the topic with a more complex example, involving:
- gRPC streaming,
- setting up VSCode,
- debugging and troubleshooting,
- and performance tuning.
I also shared more context to the problem, alternative solutions, a few insights from the production team. Live, sharing screen and tinkering in VSCode.
https://wearecommunity.io/events/flutter-and-python-integration-a-practical-guide
P.S.:
Also touched the question of "slow Python". Can it match the release, Ahead-of-Time, build in Dart?
Yes, it can:)