- 14 Dec, 2017 2 commits
-
-
amirh authored
* flutter update-packages * update plugin registrant for flutter_gallery
-
Yegor authored
* Revert "Include a directory with Flutter assets (#12944)" This reverts commit 3af6b9cb. * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)" This reverts commit 08128cb2. * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)" This reverts commit 35f1a041. * mark complex_layout_ios__start_up as flaky
-
- 13 Dec, 2017 3 commits
-
-
Yegor authored
-
Yegor authored
* update APK path in devicelab tests * add missing transitive dependency on archive * use path used by flutter tools
-
Mikkel Nygaard Ravn authored
-
- 07 Dec, 2017 4 commits
-
-
Sarah Zakarias authored
-
Sarah Zakarias authored
This reverts commit f40a9398.
-
Sarah Zakarias authored
-
Sarah Zakarias authored
-
- 01 Dec, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 30 Nov, 2017 2 commits
-
-
Ian Hickson authored
-
Vyacheslav Egorov authored
* Change some of the dev/devicelab tests to support testing against local engine. We can already configure flutter tools to use local engine by setting FLUTTER_ENGINE environment variable. However when this variable is set this also requires setting --local-engine to specify which flavor of engine to use. This change changes tests in dev/devicelab to pass a sensible default for --local-engine, e.g. when testing hot reload on Android we pass android_debug and when testing release AOT build for IOS we pass ios_release. * Fix analysis issues * Update utils.dart
-
- 29 Nov, 2017 5 commits
-
-
Ian Hickson authored
-
Alexander Markov authored
Existing microbenchmarks task is extended instead of adding a new one to consume less horizontal space on Flutter dashboard.
-
Ian Hickson authored
-
Ian Hickson authored
This fills out the following matrix: App: `flutter create` default app, Complex Layout, and Gallery. Platforms: Linux/Android, Mac/iOS, Windows/Android Build modes: full release, aot blobs, debug Dart: normal, 2.0 preview It also renames all the tests that used "build" to mean compilation build to use "compile" instead, so that it's much clearer on the dashboard. Also, mark some flaky tests that are no longer flaky as not flaky. Also, remove uses of call() since that's probably going to go away at some point.
-
Greg Spencer authored
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
-
- 23 Nov, 2017 1 commit
-
-
Chris Bracken authored
This was fixed in #13150. That commit rolled the engine to: flutter/engine@93b21795971357edbfd646f61b8d7f62388b0dae, which rolled Dart to: dart-lang/sdk@70e5deacb54aea295665215837adaedd3d6a5bfa which includes: dart-lang/sdk@d38c08d97358ebe4ee30e557bfee339dddda9b7a Which fixes the breakage introduced in #13134. This reverts commit f5d9c777.
-
- 22 Nov, 2017 3 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
-
- 17 Nov, 2017 1 commit
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 13 Nov, 2017 1 commit
-
-
Greg Spencer authored
Creates a new (hidden) flutter command 'ide-config' that will create and/or update existing .iml files and some files under the .idea directory, as well as removing existing *.iml files and the .idea directory. It also: * Adds *.iml to the .gitignore * Removes existing .iml files from the repo, and moves them to the packages/flutter_tools/ide_templates/intellij directory. * Adds a flag to ide-config ('--update-templates') that will take any new .iml files in the flutter tree and add them to the existing templates. - If --overwrite is also specified, then all existing templates will also be overwritten with the contents from the flutter tree, and any that have been deleted from the flutter tree will also be removed from the templates. * Added new run configurations for all existing app targets that will now also be automatically added to IntelliJ. * Setting up the environment also includes setting the coding style guidelines and the git VCS. * Note that after this PR lands, Flutter developers will need to run it once to re-create the .iml files and configuration files that have been removed. After this PR lands, .iml files will no longer appear in the untracked files section for git.
-
- 07 Nov, 2017 1 commit
-
-
Yegor authored
* delay taking screenshot to allow GPU thread to render the frame * address comments
-
- 03 Nov, 2017 1 commit
-
-
Yegor authored
* make microbenchmark logging verbose * prefix JSON so it can be parsed in verbose mode
-
- 02 Nov, 2017 1 commit
-
-
Yegor authored
-
- 01 Nov, 2017 1 commit
-
-
Chris Bracken authored
-
- 26 Oct, 2017 2 commits
-
- 25 Oct, 2017 1 commit
-
-
Yegor authored
* fix updrade script; upgrade to the latest package versions * exclude special dependencies from transitive closure * fix stack trace handling in flutter_test due to stack_trace change * change type on _emptyStackTrace
-
- 19 Oct, 2017 2 commits
-
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
-
- 14 Oct, 2017 3 commits
-
-
Alexander Aprelev authored
This is follow-up to be1467e0.
-
Alexander Aprelev authored
Previously chosen pattern was generated in the output not quite at the end of the hot reload process.
-
Alexander Aprelev authored
* Restructure hot mode test so it runs interactively. This allows to add a benchmark for hot reload after actual source code change. * Add curly braces, refactory copyRecursive
-
- 12 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
-
- 11 Oct, 2017 1 commit
-
-
Hans Muller authored
-
- 06 Oct, 2017 2 commits
-
-
Alexander Aprelev authored
* Add hotReloadInitialDevFSSyncMilliseconds to track how long user have to wait before being able to do first reload. This stat is significantly different between existing and preview-dart-2 setting (for the latter, this stat is ~3x slower: 13s vs ~4s). * Remove ws * Cleanup timer-related code
-
Alexander Aprelev authored
* Force upgrade update packages with improved update process. * Update packages * Revert "Update packages" This reverts commit a37de26d3f4f7f5a15746ff791002625faa3d3c0.
-
- 28 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Clone hot reload benchmark for --preview-dart-2 option. * Get rid of linux and win preview_dart_2 (only android would be sufficient for now). Refactor code into lib/tasks * Revert 2016 to 2017 * Mark new test as flaky
-