Skip to content

Commit

Permalink
Update Flet and fix appview errors
Browse files Browse the repository at this point in the history
eeintech committed Sep 21, 2024
1 parent 4e2dd52 commit bf8560c
Showing 3 changed files with 506 additions and 488 deletions.
4 changes: 2 additions & 2 deletions kintree/kintree_gui.py
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@

def main(view='flet_app'):
if view == 'browser':
ft.app(target=kintree_gui, view=ft.WEB_BROWSER)
ft.app(target=kintree_gui, view=ft.AppView.WEB_BROWSER)
return
ft.app(target=kintree_gui, view=ft.FLET_APP)
ft.app(target=kintree_gui, view=ft.AppView.FLET_APP)
988 changes: 503 additions & 485 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ keywords = ["inventree", "kicad", "digikey", "mouser", "component", "part", "cre
python = ">=3.9,<3.12"
digikey-api = "^1.0.0"
# digikey-api = { git = "https://github.com/hurricaneJoef/digikey-api.git", branch = "master" }
flet = "^0.23.0"
flet = "^0.24.1"
thefuzz = "^0.19.0"
inventree = "^0.14.0"
kiutils = "^1.4.0"

0 comments on commit bf8560c

Please sign in to comment.