- 08 Nov, 2022 1 commit
-
-
Loïc Sharma authored
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 23 Mar, 2022 1 commit
-
-
Chris Bracken authored
In the run_release_test_macos integration test that verifies that a release build of an app can be launched (and quit), xcodebuild from the Xcode install on the macOS bots emits a few info messages about Simulator SDK versions that are irrelevant to the functioning of this test. Ignore these instead of failing the test if they occur. Related: https://github.com/flutter/flutter/pull/100526 Issue: https://github.com/flutter/flutter/issues/100348 (fix) Issue: https://github.com/flutter/flutter/issues/97978 (partial fix) Issue: https://github.com/flutter/flutter/issues/97977 (partial fix) Umbrella issue: https://github.com/flutter/flutter/issues/60113
-
- 22 Mar, 2022 1 commit
-
-
Chris Bracken authored
Adds a test that invokes flutter run in release mode on macOS desktop, waits for successful launch and the flutter command list, then sends the 'q' command to quit the running app. This adds an integration test for https://github.com/flutter/flutter/pull/100504. Issue: https://github.com/flutter/flutter/issues/100348 (fix) Issue: https://github.com/flutter/flutter/issues/97978 (partial fix) Issue: https://github.com/flutter/flutter/issues/97977 (partial fix) Umbrella issue: https://github.com/flutter/flutter/issues/60113
-
- 13 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 13 Jul, 2021 1 commit
-
-
Darren Austin authored
-
- 07 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 05 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 May, 2021 1 commit
-
-
gaaclarke authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 07 Oct, 2020 1 commit
-
-
Casey Hillers authored
-
- 14 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 27 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 17 Dec, 2019 1 commit
-
-
xster authored
-
- 27 Nov, 2019 1 commit
-
-
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
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 31 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 20 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 25 Jul, 2019 1 commit
-
-
Emmanuel Garcia authored
Fixes #36923
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 06 Feb, 2019 1 commit
-
-
Greg Spencer authored
Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it. Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
-
- 19 Jan, 2019 1 commit
-
-
Todd Volkert authored
-
- 04 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Sep, 2018 2 commits
-
-
Greg Spencer authored
-
Alexander Aprelev authored
This is the follow-up to https://github.com/flutter/flutter/pull/20958.
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 30 Jul, 2018 1 commit
-
-
Ian Hickson authored
Disallow calling stop() or cancel() multiple times. This means that when you use startProgress you have to more carefully think about what exactly is going on. Properly cancel startProgress in non-ANSI situations, so that back-to-back startProgress calls all render to the console.
-
- 16 Jul, 2018 1 commit
-
-
Sigurd Meldgaard authored
-
- 14 Jun, 2018 1 commit
-
-
Ian Hickson authored
(second attempt)
-
- 04 Jun, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 4f1b6604.
-
Ian Hickson authored
-