- 27 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 26 May, 2016 1 commit
-
-
Devon Carew authored
* dissallow -release mode on emulators * have the help text print the default mode
-
- 25 May, 2016 1 commit
-
-
Todd Volkert authored
-
- 24 May, 2016 5 commits
-
-
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).
-
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.
-
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.
-
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.
-
- 17 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 02 May, 2016 2 commits
-
-
Eric Seidel authored
@devoncarew @jason-simmons
-
Jason Simmons authored
Also update the engine to a build where these tools have been uplaoded
-
- 29 Apr, 2016 1 commit
-
-
Jason Simmons authored
This currently requires a local build of the engine. Run "flutter build aot" to build an AOT snapshot. Run "flutter build apk --profile" to build a "profile mode" APK that uses AOT.
-