forked from flutter/flutter
-
Notifications
You must be signed in to change notification settings - Fork 1
refactor of the foundational code per the updated spec #11
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 20 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
21bb45a
wip: refactor of the foundational code
mattkae 05b1052
wip: refactored the mutlti window reference app to use new API
mattkae 1205927
wip: able to create windows in the reference application again
mattkae 1866aba
Selection and rerenders are functioning appropriately
mattkae ab185bb
Able to remove an application, albeit with some bugs + refactored how…
mattkae 018edc3
Able to add and remove windows
mattkae e085b32
All windows are now showing in the list
mattkae 68d219b
Added the ability to listen for errors and respond to them accordingly
mattkae 06b3cdc
The future should be set in setState
mattkae 7910164
Properly handling the event where we need to destroy the widget durin…
mattkae 56676f6
Fix issue where setState returned a future
mattkae a9bf478
setState is ssynchronous, whoops!
mattkae 1a6aed7
Refactored window.dart to be more concise for the initial PR
mattkae 47d5911
Fixed issue where we might accidentally dispose of a window twice
mattkae d3c2fb6
Making the WindowMetadata public and only refresing the relevant fiel…
mattkae d6322fe
RegularWindowMetadata and WindowMetadata are useless
mattkae 7121af2
It does not make sense for the modify method to be an override since …
mattkae d84944d
Merge branch 'foundation-refactor' of github.com:canonical/flutter in…
mattkae 986800e
bugfix: able to select the initial wndow in the table
mattkae cb32700
Reimplement the rotating cube in the demo app
mattkae e4ba963
PR feedback
mattkae 589621b
Rendering correct text
mattkae 0c5ccf4
Merge branch 'foundation' into foundation-refactor
mattkae 539333b
Reverting back to the old runner code
mattkae 438e00e
Merge branch 'foundation' into foundation-refactor
mattkae aba015d
Update runner code to work with the latest & greatest
mattkae 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
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.
Uh oh!
There was an error while loading. Please reload this page.