Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
appveyor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
Flet 1.0 released: build desktop, mobile, and web apps in Python
(flet.dev)
1 points
by
appveyor
21h ago
|
1 comments
2.
▲
Flet 1.0
(flet.dev)
2 points
by
appveyor
2d ago
|
0 comments
3.
▲
Show HN: Flet Studio – build cross-platform Python apps in the browser
(flet.app)
2 points
by
appveyor
4mo ago
|
0 comments
4.
▲
Railway introduced undoable deletes for database volumes
(railway.com)
5 points
by
appveyor
5mo ago
|
1 comments
5.
▲
by
appveyor
5mo ago
As a resolution of this story: https://news.ycombinator.com/item?id=47911524
6.
▲
by
appveyor
6mo ago
https://a2ui.org/
7.
▲
by
appveyor
2y ago
Is there any way to contact project owners besides X "formerly Twitter"?
8.
▲
by
appveyor
2y ago
As we mentioned Flet here - it's been able to build web apps running completely in the web browser (Flutter + Pyodide). Here are a few examples: https://flet.dev/gallery - most of those apps there are client-side excep
9.
▲
by
appveyor
2y ago
Don't want to sound negative, but copy-pasting results from ChatGPT session to a code editor is not an "integration".
10.
▲
by
appveyor
3y ago
Thanks for your notes! > It looks like Flet is for client-side code. For web you can package Flet app to client-side (with pyodide, all Python logic runs in the browser, see an example here: https://gallery.flet.dev/todo&
11.
▲
by
appveyor
3y ago
SEO - maybe, but IFAIK accessibility in Flutter web app shouldn't be an issue (I just saw this comment from someone on Flutter team: https://news.ycombinator.com/item?id=24922849 ). They've been recently doing a gr
12.
▲
by
appveyor
3y ago
Flet ( https://flet.dev ) might be easier for backend devs as it doesn't assume any web experience at all. You use controls (aka widgets) with events (not request/response) and can build not only web, but desktop and mob
13.
▲
by
appveyor
4y ago
With PyQt you can't make web apps; with Flet you can.
14.
▲
by
appveyor
4y ago
Flet ( https://flet.dev ) is a new GUI library for Python to write apps like that. It uses Flutter to render UI with a modern-looking Material design. Your app can be run as a desktop app and published as a web app (standalone wit
15.
▲
by
appveyor
4y ago
Hey, this is exactly how https://flet.dev works! :) There's a UI server written in Go, you write your program in Python which manipulates a virtual DOM with commands via WebSockets, and there's a Flutter client that re
16.
▲
by
appveyor
4y ago
Congrats on the launch! Great project and nice execution! Very similar to what we do on Flet: https://flet.dev The major difference is that Flet uses Flutter to build UI and can target desktop, web and mobile. Also, we use WebSo
17.
▲
by
appveyor
4y ago
Building native mobile apps is on our roadmap.
18.
▲
by
appveyor
4y ago
In the beginning, for mobile it's going to be a websocket to a Python server - kind of server-driven UI (SDUI) approach. Then we'll look into packaging everything into a standalone mobile app: https://flet.dev/blog
19.
▲
by
appveyor
4y ago
Flet! :) Creator of Flet is here. Could you fix the title please? I've been told that there is a discussion about Flet on HN, tried searching by "Flet", found only an old thread and thought "oh, well, OK then - must be a
20.
▲
by
appveyor
4y ago
PyInstaller should work. Will look into that and write a guide.
21.
▲
by
appveyor
4y ago
Here you are: https://flet.dev - Electron alternative with Flutter-powered UI. We decided to focus on Python first to polish the idea, but Go and C# support are coming!
22.
▲
by
appveyor
4y ago
Absolutely, an app's entry-point "main" function is called for every new user session with unique instance of a "page": https://github.com/flet-dev/examples/blob/main/python/
23.
▲
by
appveyor
4y ago
Right? I know Google has a habbit of dropping great projects, but, somehow, I believe in the future of Flutter on web :) Using Canvas + Skia + WebAssembly for rendering UI in the browser could look like a "wrong" approach today, b
24.
▲
by
appveyor
4y ago
Another LiveView-like UI framework for Python: https://github.com/flet-dev/flet - created specifically for highly interactive real-time experiences. You build your UI from controls made of Flutter widgets and partial U
25.
▲
by
appveyor
4y ago
Flet app written in Python works with DOM built from Python classes. This DOM is then converted to a JSON and sent to Flet client which is written in Dart. Flet client converts received JSON to Flutter widgets.
26.
▲
Show HN: Flet – The fastest way to build Flutter apps in Python
(flet.dev)
4 points
by
appveyor
4y ago
|
2 comments
27.
▲
by
appveyor
5y ago
Oh, no, I've missed my HN moment! :) Anyway, hope it's not too late to say hi and answer some questions. Hi, I'm Feodor - the author of Pglet. The project is still in "alpha" and there is still a lot of experimentin
28.
▲
by
appveyor
5y ago
Hello HN! This is a step-by-step tutorial on how to create a ToDo web app in Python using Pglet framework and share it on the internet: https://pglet.io/docs/tutorials/python The app is a single-file console progr
29.
▲
Creating a web app in Python without knowledge of HTML/CSS/JavaScript
(pglet.io)
4 points
by
appveyor
5y ago
|
2 comments
30.
▲
by
appveyor
6y ago
Oh, ASP.NET Web Forms were awesome! I remember it was so easy to onboard new developers: built-in state management between requests, WYSIWYG editor, high-level controls abstracting from HTML. Maybe because I miss ASP.NET so much :) I starte
More ›