- 20 Jul, 2020 1 commit
-
-
Helin Shiah authored
-
- 30 Jun, 2020 1 commit
-
-
Jonah Williams authored
The flutter daemon unconditionally waits for the appFinished signal, even if startup failed. Ensure this future is correctly completed if there is a failure in ResidentRunner.run and not just ResidentRunner.attach. Adds regression tests for run release, debug, debug web, and release web. Adds missing try catch in cold runner startup. Manually tested with release/debug on Android and release/debug on web. Fixes #60613
-
- 25 Jun, 2020 1 commit
-
-
Jonah Williams authored
The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info. It needs to stick around for the fuchsia deps we do not control. Filled #60232 for remaining work.
-
- 08 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Jun, 2020 1 commit
-
-
Jonah Williams authored
The linked error has been fixed, removed work around. Updates the test cases to only test for exit instead of error message #33050
-
- 27 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 May, 2020 3 commits
-
-
Jonah Williams authored
Fixes #56194 Remove caching of FlutterView and poll forever if the list of flutter views is empty. Added test for missing release mode logic.
-
Jonah Williams authored
This reverts commit 209bdcb6.
-
Jonah Williams authored
Remove caching of FlutterView. Perhaps the FlutterView RPC might return an empty list if the VM is not quite up yet? We had some old logic to poll the flutter views RPC for up to 200ms. That doesn't seem like a great approach, so instead we could forgo it entirely and trust that either the views come up before the developer tries to interact, or we crash.
-
- 29 Apr, 2020 1 commit
-
-
Jonah Williams authored
Finishes the gradual vm service migration by deleting the flutter tooling's vm_service
-
- 20 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 10 Mar, 2020 1 commit
-
-
Jonah Williams authored
Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error.
-
- 06 Mar, 2020 1 commit
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 06 Feb, 2020 1 commit
-
-
Levi Lesches authored
-
- 11 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 09 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 07 Jan, 2020 3 commits
-
-
Zachary Anderson authored
This reverts commit 866fa64d.
-
Zachary Anderson authored
* Reword flutter run help screen. * As per Hixie request, added Efthymios Sarmpanis to the AUTHORS file * fix test Co-authored-by:
Efthymis Sarmpanis <e.sarbanis@gmail.com>
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2019 1 commit
-
-
Zachary Anderson authored
-
- 27 Nov, 2019 2 commits
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
Jonah Williams authored
-
- 21 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 20 Nov, 2019 3 commits
-
-
Emmanuel Garcia authored
This reverts commit 2135e9fb.
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
This reverts commit 6d77996d.
-
- 19 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 15 Oct, 2019 2 commits
-
-
Jonah Williams authored
-
Christopher Fujino authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 11 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Aug, 2019 1 commit
-
-
Jason Simmons authored
The use-application-binary flag can be used to run a previously built app package.
-