- 25 Oct, 2023 1 commit
-
-
Victoria Ashworth authored
Some users have their Xcode settings set to not debug (see example here https://github.com/flutter/flutter/issues/136197#issuecomment-1766834195). This will cause the [engine check for a debugger](https://github.com/flutter/engine/blob/22ce5c6a45e2898b4ce348c514b5fa42ca25bc88/runtime/ptrace_check.cc#L56-L71) to fail, which will cause an error and cause the app to crash. This PR parses the scheme file to ensure the scheme is set to start a debugger and warn the user if it's not. Fixes https://github.com/flutter/flutter/issues/136197.
-
- 05 Sep, 2023 1 commit
-
-
Andrew Kolos authored
Reland of https://github.com/flutter/flutter/pull/133719. Updates [the string comparison in flavor_test.dart](https://github.com/flutter/flutter/pull/134060/files#diff-53383b32b975bfed6875306dfb98911cad077a5251ca0591c5b0e125fb4a0f05R39) to use `path.join` to build the path string so that the generated path is correct for both Linux and Windows hosts. Fixes https://github.com/flutter/flutter/issues/133713 I've tested this on a Windows host targeting a physical Android device.
-
- 01 Sep, 2023 2 commits
-
-
Victoria Ashworth authored
Reverts flutter/flutter#133719 `Windows_android flavors_test_win` failed twice in a row in the tree
-
Andrew Kolos authored
Fixes #133713
-
- 08 Nov, 2022 1 commit
-
-
Alex Wallen authored
* Alphabetize setup calls * Add --flavor as an option for install * Add verbose logging in install command * Test that flavors build succeeds with proper flavor and fails with bogus one. * Remove unused import * The import was used... * SQUASH * Add flavor install test * Rename test * Add flavors install integration tests * correct error message * remove unused imports * Delete copy test * update test target * Refactor mechanism to read buildInfo * Remove unused import * Set affected test targets to bringup: true Co-authored-by: a-wallen <stephenwallen@google.com>
-
- 11 Nov, 2021 1 commit
-
-
Core authored
-
- 13 Jul, 2021 1 commit
-
-
Darren Austin authored
-
- 12 Jul, 2021 2 commits
-
-
Darren Austin authored
This reverts commit 9d3563a8.
-
Darren Austin authored
-
- 07 Jun, 2021 1 commit
-
-
Dan Field authored
-
- 05 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst 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
-
- 04 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Aug, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 11 Aug, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 27 Apr, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 27 Mar, 2017 1 commit
-
-
Sarah Zakarias authored
* Rename platform_services to platform_channel * rename in README * renamed tests * update modules.xml
-
- 20 Mar, 2017 1 commit
-
-
Sarah Zakarias authored
-
- 02 Dec, 2016 1 commit
-
-
Yegor authored
-
- 29 Sep, 2016 1 commit
-
-
Yegor authored
* fix flutter watch benchmark Syncs https://github.com/flutter/cocoon/commit/d2d7950ecd2c72421d75d9b5d54805cc554e92a8 * Split Android/iOS impl behind a unified interface Syncs https://github.com/flutter/cocoon/commit/db87e10fa54317115479d0b85280c7e5eed08ff7 * Switch from pub get to flutter packages get Syncs https://github.com/flutter/cocoon/commit/b378005cbbc5330058d5240a2970ca477c2c9722 * "silent" option in test runner; fix analysis errors;
-
- 14 Sep, 2016 1 commit
-
-
Yegor authored
-