- 25 May, 2016 5 commits
-
-
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 3 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
-
Hans Muller authored
-
- 20 May, 2016 8 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ali Ghassemi authored
Small fixes to contributing documentation.
-
Ali Ghassemi authored
-
Ali Ghassemi authored
- Using widgets/spinning_square.dart instead of non-existing examples/widgets for the `run -t` example - travis/test.sh -> dev/bots/test.sh - Couple of style changes.
-
Todd Volkert authored
For developers with the platform tools installed but no SDK, it prevents crashing in the flutter tool in favor of more user-friendly error messages downstream.
-