Mailing List Archive

No current way to just compile flet code into truly native packages for smart phones, etc.?
Had a look at the following bit of introduction to using python and flet
to build cross-platform flutter-based apps using same python code, and,
while it seems to work alright if tell it to run as under GUI here on
windows desktop, and, while can get it to fire up PWA version as well,
that's not really stand-alone since will still require code to be
running in background, and, in terms of, for example, android, it seems
like it will need to then be running via the native android flet
interpreter for it to work as such?


https://flet.dev/docs/


Flet PWA deployment
<https://flet.dev/docs/guides/python/deploying-web-app/progressive-web-apps/>

--

Jacob Kruger
+2782 413 4791
"Resistance is futile!...Acceptance is versatile..."

--
https://mail.python.org/mailman/listinfo/python-list
Re: No current way to just compile flet code into truly native packages for smart phones, etc.? [ In reply to ]
> On 13 Nov 2023, at 17:21, Jacob Kruger via Python-list <python-list@python.org> wrote:
>
> ?Had a look at the following bit of introduction to using python and flet to build cross-platform flutter-based apps using same python code, and, while it seems to work alright if tell it to run as under GUI here on windows desktop, and, while can get it to fire up PWA version as well, that's not really stand-alone since will still require code to be running in background, and, in terms of, for example, android, it seems like it will need to then be running via the native android flet interpreter for it to work as such?
>
>
> https://flet.dev/docs/
>
>
> Flet PWA deployment <https://flet.dev/docs/guides/python/deploying-web-app/progressive-web-apps/>

flet looks interesting. It seems from the road map there is lots missing today.
Also the people that know flet are on discord. You may find someone here.

Barry

>
> --
>
> Jacob Kruger
> +2782 413 4791
> "Resistance is futile!...Acceptance is versatile..."
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>

--
https://mail.python.org/mailman/listinfo/python-list
Re: No current way to just compile flet code into truly native packages for smart phones, etc.? [ In reply to ]
Yup.


Also checked out beeware - which also offers cross-platform compilation
of same code - but, one minor issue there first time tried it out was
working with additional/external modules, and, packaging resources.


Plus, while it includes it's own form of LBC GUI interface - toga - the
one included here in flet seemed 'nicer':

https://beeware.org/project/projects/libraries/toga/


But, haven't taken time to really take it much further than just a bit
of playing around so far.


Jacob Kruger
+2782 413 4791
"Resistance is futile!...Acceptance is versatile..."


On 2023/11/13 19:47, Barry wrote:
>
>> On 13 Nov 2023, at 17:21, Jacob Kruger via Python-list <python-list@python.org> wrote:
>>
>> ?Had a look at the following bit of introduction to using python and flet to build cross-platform flutter-based apps using same python code, and, while it seems to work alright if tell it to run as under GUI here on windows desktop, and, while can get it to fire up PWA version as well, that's not really stand-alone since will still require code to be running in background, and, in terms of, for example, android, it seems like it will need to then be running via the native android flet interpreter for it to work as such?
>>
>>
>> https://flet.dev/docs/
>>
>>
>> Flet PWA deployment <https://flet.dev/docs/guides/python/deploying-web-app/progressive-web-apps/>
> flet looks interesting. It seems from the road map there is lots missing today.
> Also the people that know flet are on discord. You may find someone here.
>
> Barry
>
>> --
>>
>> Jacob Kruger
>> +2782 413 4791
>> "Resistance is futile!...Acceptance is versatile..."
>>
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
--
https://mail.python.org/mailman/listinfo/python-list