- 27 Jan, 2016 7 commits
-
-
Adam Barth authored
Add a missing Material. Fixes #1402
-
Seth Ladd authored
add explicit doc to override default from parent
-
Seth Ladd authored
tweak from review
-
Adam Barth authored
updateChildren() needs to walk the list forward
-
Adam Barth authored
Keyboard doesn't dismiss when the drawer comes up
-
Adam Barth authored
This patch changes the framework to walk the child list forwards so that build functions with global side effects do sensible things. Specifically, if you have a number of autofocusable children, the first one the list will acquire the focus because it gets built first now. Fixes #182
-
Adam Barth authored
When introducing Focus widgets for the Drawer (and ModalRoutes), we weren't actually giving them the focus. Now we move the focus scope when pushing modal routes. Fixes #184
-
- 26 Jan, 2016 17 commits
-
-
Chinmay Garde authored
iOS: Make the error message on `flutter ios --init` more descriptive
-
Chinmay Garde authored
-
Chinmay Garde authored
iOS: Update log prefix for device logs. We don't use SkyShell anymore
-
Chinmay Garde authored
-
Chinmay Garde authored
Minor update to the message logged when multiple devices are connected with no device ID specified
-
Collin Jackson authored
Example of setting the content type of a POST request
-
Collin Jackson authored
-
Adam Barth authored
Input asserts while keyboard is dismissed
-
Chinmay Garde authored
-
Adam Barth authored
Now we recreate the stub every time we try to connect to the keyboard. The underlying message pipe in the stub cannot be re-used, which is why we previously asserted. Fixes #776
-
Chinmay Garde authored
Avoid launching Xcode after "flutter ios --init"
-
Chinmay Garde authored
-
Adam Barth authored
Add RawKeyboardListener
-
Adam Barth authored
RawKeyboardListener makes it easier to listen for raw keyboard events. Fixes #787
-
Adam Barth authored
flutter start shouldn't log xcodebuild output
-
Adam Barth authored
Hide EditableString implementation details
-
Adam Barth authored
Previously, EditableString had many public members because it needed to implement the KeyboardClient interface. However, that's confusing because these methods cannot be called directly. Now EditableString holds a private implementation of the KeyboardClient, which hides the implementation details. Fixes #208 Fixes #209
-
- 25 Jan, 2016 12 commits
-
-
Adam Barth authored
Xcodebuild produces a lot of output that isn't relevant to developers. We should hide it by default.
-
Devon Carew authored
improve device notification support
-
Devon Carew authored
-
Adam Barth authored
Keyboard service doesn't commit the last edit when it's dismissed
-
Adam Barth authored
We were getting the proper values, but we thought we were still composing, so the text was still underlined. Fixes #115
-
Matt Perry authored
Support local paths to third-party jars in flutter apk.
-
Adam Barth authored
Improve error messages for iOS workflow
-
Collin Jackson authored
This reverts commit b240cda8.
-
Adam Barth authored
We now check that you've got an "ios" directory and that you have the proper version of Xcode.
-
Matt Perry authored
Also improve the error message a bit if a download fails.
-
Seth Ladd authored
get a bug fix for multi-line command descriptions
-
Seth Ladd authored
-
- 24 Jan, 2016 4 commits
-
-
Ian Hickson authored
_getPadding was ignoring its argument
-
Ian Hickson authored
-
Ian Hickson authored
Reimplement Inherited.notifyDescendants to use a registration list
-
Ian Hickson authored
-