- 26 May, 2016 6 commits
-
-
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
-
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 11 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
-
Adam Barth authored
The app.a wasn't getting pulled into the main executable because we weren't referencing any of its symbols. Instead, create a dylib that can be packaged with the application and loaded at runtime.
-
Hans Muller authored
-
Adam Barth authored
This patch teaches flutter build aot to build `app.a` for use with the Dart interpreter.
-
Adam Barth authored
Currently only android-arm and ios are supported target platforms.
-
Hans Muller authored
-
Adam Barth authored
On iOS, we use Xcode to build a static library that contains the precompiled code. This code is currently unused, but it will be used by the new Xcode harness to factor out as much complexity as possible into the flutter tool.
-
Hans Muller authored
-
- 23 May, 2016 13 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Our microbenchmarks now run on real devices.
-
Devon Carew authored
-
Hans Muller authored
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Hans Muller authored
-
Devon Carew authored
-
Hans Muller authored
-
Adam Barth authored
We now match the spec much better, including handling dark theme. The main thing we're still missing is the landscape layout. Fixes #989
-
- 21 May, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
-