- 21 Jun, 2016 1 commit
-
-
Jason Simmons authored
-
- 16 Jun, 2016 2 commits
-
-
Adam Barth authored
I got confused about the sdk_ext directory.
-
Adam Barth authored
I moved dart_ui.dart to an new path and forgot to update this reference.
-
- 10 Jun, 2016 1 commit
-
-
Todd Volkert authored
-
- 07 Jun, 2016 1 commit
-
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
- 03 Jun, 2016 1 commit
-
-
Chinmay Garde authored
Add a FLUTTER_MODE variable to the generated Xcconfig and fix snapshot generation on all targets. (#4362) Get rid of the DART_EXPERIMENTAL_INTERPRETER_FLAG.
-
- 31 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 29 May, 2016 1 commit
-
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
- 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.
-