- 28 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 27 May, 2016 11 commits
-
-
Adam Barth authored
Instead of embedding Flutter.framework and BuildFlutterApp in the Xcode project, we store these in flutter.git, where we can reference them.
-
Devon Carew authored
-
Todd Volkert authored
-
Adam Barth authored
We'll use this functionality to implement some subtle behaviors for tooltips.
-
Chinmay Garde authored
-
Todd Volkert authored
-
Hans Muller authored
-
Yegor authored
* modernize `flutter drive` w.r.t. debug/profil/release options * make error message prettier
-
Adam Barth authored
There are still many more left before rendering.dart is complete.
-
Phil Quitslund authored
Bump dart SDK to 1.17.0-dev.6.
-
Adam Barth authored
Remove spurious padding. Fixes #3980 Fixes #3560
-
- 26 May, 2016 16 commits
-
-
Adam Barth authored
We now explain what coordinate system each argument is expected to be in. Fixes #4205
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-
Devon Carew authored
* resolve symlinks in paths to flutter * review comments
-
pq authored
-
Devon Carew authored
-
Hans Muller authored
-
Adam Barth authored
We weren't listening to the decorations to see when they loaded. Fixes #4185
-
Todd Volkert authored
This reverts commit 8f69cccc.
-
Ian Hickson authored
-
Adam Barth authored
The new version has an API change. Also, up our SDK requirements to be a bit more realistic.
-
Devon Carew authored
* dissallow -release mode on emulators * have the help text print the default mode
-
pq authored
New dev build with more fixes and (fingers-crossed) speed-ups.
-
Adam Barth authored
-
Todd Volkert authored
Fixes #4186
-
Alfred Morgan authored
* fixed issue #4179 bin/flutter fails when linked with relative symlink * fixed issue #4179 bin/flutter fails when linked with relative symlink * My second attempt at following symlinks correctly
-
Adam Barth authored
-
- 25 May, 2016 8 commits
-
-
Jason Simmons authored
-
Seth Ladd authored
* compress text assets for docs, when uploading * reorder args * ensure old files are deleted * recurse on the cp * set source path correctly
-
Adam Barth authored
This passes the information through Xcode to the `flutter build aot` call via the environment so that it picks up the right artifacts. Fixes #4186
-
Todd Volkert authored
-
Adam Barth authored
This reverts commit d4d74d9c.
-
Adam Barth authored
-
Adam Barth authored
Address feedback from material design team. Fixes #4144 Fixes #4145 Fixes #4146
-
Adam Barth authored
For consistency. Fixes #4142
-
- 24 May, 2016 4 commits
-
-
Adam Barth authored
-
Adam Barth authored
Fixes #4114
-
https://github.com/dart-lang/sdk/issues/26362Adam Barth authored
When building AOT, we now run `pub get` instead of printing an error telling the user to run `pub get`. We can remove this code once the bug reference above is fixed (should be a couple days).
-
Todd Volkert authored
* iOS tools cleanup 1) Fix `flutter install` on both device and simulator to refer to the actual bundle and not just the .generated folder 2) Fix `flutter run` on device to actually run vs just installing Still TODO: 1) Discovered that isAppInstalled on iOS simulator always reports true, meaning it'll never actually try to install the app. Fixes #3947 Fixes #1823
-