Skip to content

Two questions to ask #2398

Answered by mjrodri
vmtest888 asked this question in Q&A
Discussion options

You must be logged in to vote

While it's technically possible to use Python in conjunction with Flutter, the integration might not be as straightforward as using Flutter's native Dart language. Flutter primarily uses Dart to build its UI components, and while there are ways to run Python code within a Flutter app, it typically involves additional layers of complexity.

One approach to using Python in a Flutter app is through the use of platform channels, where you can communicate between Dart (Flutter's language) and a native codebase (such as Python) using message passing. However, this might introduce challenges related to performance, maintainability, and compatibility.

Using embedded Python and loading its dynamic …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vmtest888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2395 on January 14, 2024 22:02.