- 21 Oct, 2016 10 commits
-
-
Chinmay Garde authored
It takes a little bit longer that 10 seconds to install, launch and have the observatory be available on an iPod touch. Depending on the size of the application, it could be a lot longer to transer the bundle over the wire. The 60 seconds is arbitrary.
-
Devon Carew authored
* add a pause parameter to the reload command * encode OperationResult as json * reverse isOk logic
-
Hans Muller authored
-
Adam Barth authored
-
Ian Hickson authored
Since we can change the theme's platform, we need to make sure we propagate that throughout rather than having half the app use the native platform and half the app use the selected platform.
-
Ian Hickson authored
Add some docs to explain how to use setState() wiht Checkbox, Radio, Slider, and Switch. Based on experience of usability study participant P1.
-
Ian Hickson authored
This tries to capture some of the experience of usability study participant P1.
-
Ian Hickson authored
This is loosely based on the experience of usability study participant P1.
-
Hans Muller authored
-
Chinmay Garde authored
-
- 20 Oct, 2016 17 commits
-
-
Ian Hickson authored
Based on observations of usability study participant P1.
-
Matt Perry authored
This partially reverts https://github.com/flutter/flutter/issues/626 , but horizontal padding is not in the spec, so we still match the spec.
-
John McCutchan authored
-
Jason Simmons authored
Also remove the obsolete "flutter refresh" command
-
Ryan Macnak authored
-
Devon Carew authored
-
John McCutchan authored
-
John McCutchan authored
-
John McCutchan authored
-
Dan Rubel authored
-
John McCutchan authored
-
Adam Barth authored
This patch makes it possible to build Flutter apps that use the framework on Fuchsia.
-
Adam Barth authored
Fixes #5843
-
Adam Barth authored
-
Adam Barth authored
We'll eventually remove HostMessages because it's just a pass-through to PlatformMessages, but that will be a separate step.
-
Adam Barth authored
This patch removes our dependency on asset_bundle.mojom.
-
Adam Barth authored
-
- 19 Oct, 2016 11 commits
-
-
Jason Simmons authored
Required for compatibility with older versions of Android
-
Hans Muller authored
-
Adam Barth authored
This patch removes uses of keyboard.mojom in favor of the TextInputPlugin.
-
Adam Barth authored
-
Matt Perry authored
If maxLines is 1, it's a single line Input that scrolls horizontally. Otherwise, overflowed text wraps and scrolls vertically, taking up at most `maxLines`. Also fixed scrolling behavior so that the Input scrolls ensuring the cursor is always visible. Fixes https://github.com/flutter/flutter/issues/6271
-
Matt Perry authored
They support multiline text now.
-
Ian Hickson authored
I based this on a conversation I had with @mpcomplete.
-
Hans Muller authored
-
Adam Barth authored
This class will eventually replace the Keyboard class we currently use. As part of this migration, we'll switch from using mojom to interact with the IME to using platform messages.
-
Ian Hickson authored
-
- 18 Oct, 2016 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6274
-
Phil Quitslund authored
Bump to latest Dart SDK dev build (`1.21.0-dev.0.0`). * updates to analyzer w/ support for bazel workspaces * removes deprecated analysis `cacheSize` variable access
-