Feodor Fitsner
Feodor Fitsner
@Dave-DigiMim OK, Flutter is supported on Linux ARM64 platform: https://github.com/flutter/flutter/issues/56992#issuecomment-812922172 The app should be built on Linux ARM64 though - cross-compilation is not supported. I created https://github.com/flet-dev/flet/issues/186 to track that...
@Dave-DigiMim We've just released Flet 0.1.50 with Linux ARM64 support! Could you please upgrade `flet` module to the latest version (`pip install flet --upgrade`) and run your Python Flet program...
@Dave-DigiMim It's for Raspberry Pi OS 64-bit, obviously...
I knew it! :) OK, 32-bit ARM is more challenging, let's see.
Oh, there is an open issue to support Flutter on 32-bit ARM: https://github.com/flutter/flutter/issues/75823 Looks like people use [flutter-pi](https://github.com/ardera/flutter-pi) to make it work on 32-bit ARM devices, but I'm not familiar...
Hey @shenanigansd! Thanks for submitting this. Is it still actual PR? Before merging this is there any example to see how it works and how results look like? Is it...
Like this one: https://api.flutter.dev/flutter/material/showDatePicker.html?
I'm testing in a virtual environment. Apple M1. Just did `pip install flet --upgrade` to 0.1.48, had 0.1.46 before. Was able to run sample app without any issues and with...
I meant it was Python's virtual environment, in a separate folder. I'm testing on a physical machine. OK, let me check an a different Mac with Intel CPU.
Tested on another Mac - it still works with an old `0.1.39` installation: 