- 28 Jul, 2020 13 commits
-
-
songyiYu authored
-
Yuqian Li authored
-
Jonah Williams authored
google3 callsites are updated, remove global lookup from constructor parameters.
-
Jonah Williams authored
move the final_exit label to the correct script location for the flutter/dart entrypoints.
-
Michael Goderbauer authored
* state restoration * added example * typos and analyzer * whitespace * more typos * remove unnecessary import * whitespace * fix sample code * tests for restorationmanager and restorationid * ++ * typo * tests for bucket, part1 * rename tests * more tests * finished tests for service layer * remove wrong todo * ++ * review comments * tests for Unmanaged and regular scope * RootRestorationScope tests * typo * whitespace * testing framework * tests for properties * last set of tests * analyzer * typo * dan review * whitespace * ++ * refactor finalizers * ++ * ++ * dispose guard * ++ * ++ * dan review * add manager assert * ++ * analyzer * greg review * fix typo * Ian & John review * ian review * RestorationID -> String * revert comment * Make primitives non-nullable in prep for NNBD
-
Pragya authored
-
Jenn Magder authored
-
chunhtai authored
-
Daniel Iglesia authored
-
Todd Volkert authored
-
-
-
Jonah Williams authored
-
- 27 Jul, 2020 2 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
Separate out offline docs, docset generation, and docs deployment each into dedicated shards. https://github.com/flutter/flutter/issues/60646
-
- 25 Jul, 2020 4 commits
-
-
-
-
Todd Volkert authored
This will allow us to see in the logs how long each step takes
-
Jonah Williams authored
This reverts commit 5fa5701d.
-
- 24 Jul, 2020 17 commits
-
-
Zachary Anderson authored
This reverts commit c46aa360.
-
Alexandre Ardhuin authored
-
雷宇辰 authored
-
Jenn Magder authored
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/62223
-
Todd Volkert authored
* Add SystemSoundType.alert (supported in the engine in flutter/engine#19970) * Play system alert sound when user tries to dismiss a non-dismissable modal barrier
-
Will Larche authored
-
Pedro Massango authored
-
Brian Eaton authored
-
Kate Lovett authored
-
Jonah Williams authored
The embedder requires that the isolate is unpaused, because the runInView method requires interaction with dart engine APIs that are not thread-safe. These APIs must be run on the same thread that would be blocked by the pause. Simply unpausing is not sufficient, because this does not prevent the isolate from immediately hitting a breakpoint, for example if the breakpoint was placed in a loop or in a frequently called method. Instead, all breakpoints are first disabled and then the isolate resumed.
-
Jonah Williams authored
In the add-2-app case, users may not specify the android target platforms field, but this only defaults to arm builds. Add x64 to the default list. Fixes #62095
-
Zachary Anderson authored
-
Ayush Bherwani authored
-
Jonah Williams authored
-
Zachary Anderson authored
-
Jason Simmons authored
Disabled web_benchmarks_canvaskit in the bot scripts because it was failing in the Cirrus environment.
-
- 23 Jul, 2020 4 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
This is a workaround for https://github.com/flutter/flutter/issues/62139 so that the engine roll pipeline can proceed.
-
Jason Simmons authored
-