- 10 Mar, 2016 23 commits
-
-
Yegor authored
[ios] reduce xcode version requirement to 7.0
-
Adam Barth authored
Update engine
-
Adam Barth authored
-
John McCutchan authored
Add DevicePortForwarder
-
Yegor Jbanov authored
Build bots only have 7.0.
-
John McCutchan authored
-
Jason Simmons authored
Add an option to specify a working directory for the FLX builder
-
Yegor authored
[ios] look for the best available devicetype/runtime when booting
-
Matt Perry authored
Add a basic Text Fields demo to Material Gallery app.
-
Yegor Jbanov authored
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/1547
-
Eric Seidel authored
`flutter run` should fail if `pub get` fails.
-
Eric Seidel authored
Previously we were ignoring the return code and continuing. @devoncarew
-
Hans Muller authored
Scaffold saves and restores scrollable state, etc
-
Hans Muller authored
-
Adam Barth authored
Update engine
-
Adam Barth authored
Fixes #2569
-
Ian Hickson authored
Enable always_declare_return_types lint
-
Hixie authored
And fix a zillion omissions this uncovered.
-
Yegor authored
[engine] bump version to f2d8d75897a5aadcd9be0067a78fce1cea677fd6
-
Ian Hickson authored
Make flutter analyze useful for package conflicts
-
Hixie authored
Also, resolve our package conflict, since reflectable has been fixed.
-
yjbanov authored
-
- 09 Mar, 2016 17 commits
-
-
Ian Hickson authored
Not as
-
Hixie authored
It has performance implications in release mode. We'll enable the lint once https://github.com/dart-lang/linter/issues/195 is fixed.
-
Jason Simmons authored
This allows building an FLX without leaving any temporary files in the app's source directory
-
Adam Barth authored
Improve InputValue#toString
-
Adam Barth authored
Test harness should check for running Timers and AnimationControllers
-
Adam Barth authored
After running a widget test, we now clear out the widget tree and check that we didn't leak any timers or animations. Also, fix several bugs that this addtional check revealed. Fixes #2481
-
Viktor Lidholt authored
Adds initial version of Markdown renderer
-
Viktor Lidholt authored
-
Adam Barth authored
-
Alhaad Gokhale authored
Add `flutter_tools build` hooks to also generate depfile.
-
Devon Carew authored
fix a regression in flutter logs
-
Alhaad Gokhale authored
Fixes #1942.
-
Devon Carew authored
-
Hans Muller authored
Use lowerBound() from package:collection/collection.dart
-
Hans Muller authored
-
Hans Muller authored
Added SizeTransition
-
Hans Muller authored
-