-
Notifications
You must be signed in to change notification settings - Fork 536
v1: Web Multi-View - embedding Flet web app into existing web page #5274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2369b8b
Add flet_audio, flet_video extensions to Flet Client
FeodorFitsner a818f38
Multi-view draft
FeodorFitsner 1d00daa
MultiView - more code!
FeodorFitsner 569a4cb
Merge branch 'v1' into feodor/v1-multi-view
FeodorFitsner f5c98d1
Before Page split
FeodorFitsner 1db8d4e
Page split into Page and PageView
FeodorFitsner b00a35a
Do not re-add multi-views
FeodorFitsner e912f06
FletApp.multiView
FeodorFitsner 03c4560
Multi-view - almost done
FeodorFitsner f4c7f90
Flet web settings are all in JavaScript
FeodorFitsner 9e1f344
use_color_emoji has gone
FeodorFitsner 10cae16
Fix tests
FeodorFitsner 3cc1072
Fix test again
FeodorFitsner 15fa9bc
page.on_close is back
FeodorFitsner ccf8fb6
Cleanup, typing
FeodorFitsner 6bc887c
FilePicker and uploads
FeodorFitsner e4803f0
Image.src_bytes, DecorationBox.src_bytes
FeodorFitsner e018883
Fix Map<String, dynamic> everywhere
FeodorFitsner 77a1817
Fix object patcher: ignore "data" fields
FeodorFitsner 642b26e
Added key to all stateful control widgets
FeodorFitsner cdfad8f
Fix desktop lagginess of CupertinoPicker
FeodorFitsner e7ba20f
Fixed DragTarget
FeodorFitsner 3b93f54
DragTarget improved/simplified
FeodorFitsner d8bb7f3
Merge
FeodorFitsner ff756fb
Fix ResponsiveRow
FeodorFitsner 2d8abb4
Autocomplete.selected_index
FeodorFitsner 2a578bc
revert __init__.py - before
FeodorFitsner de6f21b
Fix multiple __init__.py
FeodorFitsner 6003393
Add missing to __all__
FeodorFitsner 82c7ffc
FilePicker method typings
FeodorFitsner 5cc9332
Fix typings and defaults in serve_fastapi_web_app.py
FeodorFitsner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] If the commented-out view constraint is no longer required, consider removing it to improve code clarity; otherwise, add a clarifying comment explaining its purpose.
Copilot uses AI. Check for mistakes.