- 21 Apr, 2016 1 commit
-
-
Jason Simmons authored
-
- 20 Apr, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
* allow flutter create to re-gen over an existing project * add a regression test
-
- 19 Apr, 2016 3 commits
-
-
Devon Carew authored
* add a service extension for repaint rainbow * review comments
-
Devon Carew authored
-
Jason Simmons authored
-
- 18 Apr, 2016 7 commits
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
Ian Hickson authored
-
Ian Hickson authored
-
Devon Carew authored
-
pq authored
-
pq authored
Handy for testing against specific local SDK builds. (Note that the option is hidden.)
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 16 Apr, 2016 2 commits
-
-
Devon Carew authored
* use the new cache code to locate more artifacts * add todo * review comments
-
Devon Carew authored
* find all repo packages * .dartignore
-
- 15 Apr, 2016 1 commit
-
-
Eric Seidel authored
update-packages only looks one level down, instead of changing that, I'm just adding dev/benchmarks explicitly. This will unbreak the bots which are dying trying to flutter drive dev/benchmarks/complex_layout without pub get having been run there. @yjbanov @devoncarew
-
- 14 Apr, 2016 2 commits
-
-
pq authored
With the new dev build we've got the updated linter and so can use the `@optionalTypeArgs` annotation (in `meta 0.12.0`). Bonus: this lets us clean up one more Regexp in the `analyze` command! :)
-
Devon Carew authored
* run pub for analyze and test * don't run pub when doing repo analysis * move logic for when to run pub into the commands * re-write ternary expression
-
- 13 Apr, 2016 1 commit
-
-
Eric Seidel authored
When @jason-simons added the diagnostic server on Android this happened to conflict with flutter drive's usage of 8182. We really should fix both of these port users to be dynamic but this fixes https://github.com/flutter/flutter/issues/3291 for now. @yjbanov
-
- 12 Apr, 2016 2 commits
-
-
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
-
Devon Carew authored
-
- 11 Apr, 2016 5 commits
-
-
pq authored
As per https://github.com/dart-lang/sdk/issues/25723, moves last command-line flag to `.analysis_options`.
-
pq authored
The push to dev-4 allows us to cleanup a few more bits: * `api_docs` lint message special casing (lint fixed) * `allowedIdentifiersPattern` (lint fixed)
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-
Devon Carew authored
* better messaging about windows support * fix lints
-
Devon Carew authored
-
- 09 Apr, 2016 1 commit
-
-
stevemessick authored
* Add validity checks to create * Adjust indent
-
- 08 Apr, 2016 7 commits
-
-
Devon Carew authored
* add a target for android-x64 * update armeabi-v7a to x86_64
-
Adam Barth authored
Also, update hello_android to use the new Java class names.
-
Devon Carew authored
* have flutter precache print if there's no work to do * tweak precache
-
Devon Carew authored
-
Jason Simmons authored
Do not check for an existing package map if a command is going to run "pub get" to update the package map (#3202) Also remove a redundant check for the --pub option in the run command
-
Adam Barth authored
This command explicitly populates the flutter tool's cache of binary artifacts. Also, teach `flutter create` to update the cache in case its the first command that a user runs.
-
Adam Barth authored
This will help folks run pub get after they upgrade their flutter.git revision.
-
- 07 Apr, 2016 4 commits
-
-
Devon Carew authored
* move the engine download code to dart * fix populating the bin/cache/pkg dir
-
Jason Simmons authored
Add a command that can capture a Skia picture of a Flutter frame and send it to a file or skiaserve debugger (#3165)
-
Devon Carew authored
* use --no-precompile * use the flutter bin cache's sdk
-
Devon Carew authored
* add cache.dart to help manage the cache dir * sp
-
- 06 Apr, 2016 2 commits
-
-
Devon Carew authored
* add the dart vm version to flutter doctor * drop the dart vm change
-
Devon Carew authored
-