- 28 Jan, 2016 1 commit
-
-
Hixie authored
-
- 27 Jan, 2016 20 commits
-
-
Ian Hickson authored
Semantics
-
Devon Carew authored
rename the init command to create
-
Devon Carew authored
-
Devon Carew authored
refactor the list command
-
Devon Carew authored
-
Adam Barth authored
examples/widgets/container.dart does not display the buttons
-
Jason Simmons authored
Allow collection of trace files when adbd is not running as root
-
Adam Barth authored
Add a missing Material. Fixes #1402
-
Jason Simmons authored
Also fix a bug where the trace command may capture the wrong file if multiple trace file paths are in the Android log buffer. Previously we found a lower bound timestamp for the trace path log by running the date command on the device and parsing the result on the host. This could yield an inaccurate result if the device and host are using different time zones. The command will now obtain the most recent timestamp in the device's time format by running logcat.
-
Seth Ladd authored
ignore the ios dir in examples
-
Ian Hickson authored
Resurrect spinning_mixed.
-
Seth Ladd authored
-
Hixie authored
It had bit-rotted. Also improve our error reporting for missing Material.
-
Hixie authored
-
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 2 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
-