Skip to content

Commit 5728ece

Browse files
committed
update
1 parent 3bd200c commit 5728ece

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

Diff for: packages/py-gui/try-flet/README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# flet
2+
3+
- Flet = Flutter + Python.
4+
- Python 跨平台 app 开发框架: 支持 iOS, Android, macOS, Windows, Linux.
5+
6+
## Quickstart
7+
8+
### install
9+
10+
```ruby
11+
rye install flet
12+
13+
flet --version
14+
```
15+
16+
### run
17+
18+
```ruby
19+
20+
flet run main.py
21+
22+
```
23+
24+
## Reference
25+
26+
- https://github.com/flet-dev
27+
- https://github.com/flet-dev/flet
28+
- https://github.com/flet-dev/awesome-flet
29+
30+
> examples:
31+
32+
- https://flet.dev/gallery/
33+
- https://flet-controls-gallery.fly.dev/layout
34+
- https://github.com/flet-dev/examples/tree/main/python/apps/controls-gallery

0 commit comments

Comments
 (0)