- 25 Jul, 2016 2 commits
-
-
Devon Carew authored
This reverts commit 32ad81c8.
-
Devon Carew authored
-
- 21 Jul, 2016 1 commit
-
-
Yegor authored
-
- 20 Jul, 2016 1 commit
-
-
Devon Carew authored
* making flutter run work with gradle * locate android studio * add test for settings * review comments
-
- 28 Jun, 2016 1 commit
-
-
pq authored
The new `empty_statements` lint (in the next DEV roll), flags these empty statements. Harmless, except the one in `basic.dart` that fixes a real-life bug. :)
-
- 10 Jun, 2016 1 commit
-
-
- 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
-
- 29 May, 2016 1 commit
-
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
- 24 May, 2016 1 commit
-
-
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.
-
- 19 May, 2016 1 commit
-
-
Devon Carew authored
* rebuild when the build type changes * handle local engine builds * also check the timestamp
-
- 17 May, 2016 2 commits
-
-
Jason Simmons authored
This also fixes some related problems affecting "flutter run": * FLXes built during AndroidDevice.startApp need to match the build mode * APKs should always be rebuilt if the build mode uses AOT compilation
-
Collin Jackson authored
-
- 16 May, 2016 1 commit
-
-
Collin Jackson authored
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 11 May, 2016 1 commit
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
- 05 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 04 May, 2016 1 commit
-
-
Devon Carew authored
* complain on missing entries in flutter.yaml * change to a hard failure
-
- 03 May, 2016 2 commits
-
-
Collin Jackson authored
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 02 May, 2016 2 commits
-
-
Jason Simmons authored
Also update the engine to a build where these tools have been uplaoded
-
Adam Barth authored
Fixes #3624
-
- 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.
-
- 21 Apr, 2016 1 commit
-
-
Jason Simmons authored
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Apr, 2016 2 commits
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 12 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a --deploy flag to build apk * update command description * use an enum instead of a bool param for build variants * rename buildForDeploy flag to buildVariant * review comments
-
- 08 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a target for android-x64 * update armeabi-v7a to x86_64
-
- 04 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Mar, 2016 1 commit
-
-
Jason Simmons authored
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 24 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 17 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Mar, 2016 2 commits
-
-
Hixie authored
-
Adam Barth authored
Instead, require an AndroidManifest.xml and always build an APK. Fixes #2517
-
- 12 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Mar, 2016 2 commits
-
-
Devon Carew authored
-
Ian Hickson authored
Well, all the easy ones, anyway. For some reason `// ignore:` isn't working for me so I've disabled lints that need that. Also disabled those that require a ton of work (which I'm doing, but not in this PR, to keep it reviewable). This adds: - avoid_init_to_null - library_names - package_api_docs - package_names - package_prefixed_library_names - prefer_is_not_empty - sort_constructors_first - sort_unnamed_constructors_first - unnecessary_getters_setters
-