Could i merge between python and dart? (Flutter framework) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Could i merge between python and dart? (Flutter framework)

Hi pls i needa use the two languages on the same project is that possible or not?

13th Jul 2021, 6:08 PM
Zakariae Amrhar
1 ответ
+ 3
The simplest way to run python code in flutter is to use chaquopy package, you just need to do configuration and put your code inside Chaquopy.executeCode() method, the best thing about this package is its simplicity and allows users to integrate even python packages.
13th Jul 2021, 6:21 PM
JaScript
JaScript - avatar