- 16 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* migrate to integration_test framework * Update embedding
-
- 15 Feb, 2023 1 commit
-
-
gaaclarke authored
* Added wide gamut integration test that uses save layers. * updated the test to support bgra too * analysis errors * switched blend mode to multiply to avoid future optimizations
-
- 14 Feb, 2023 2 commits
-
-
Loïc Sharma authored
Fixes this PR: https://github.com/flutter/flutter/pull/120628 Reverting was rejected due to merge conflicts(?): https://github.com/flutter/flutter/pull/120705
-
Flutter GitHub Bot authored
-
- 13 Feb, 2023 2 commits
-
-
gaaclarke authored
* Added integration test for wide gamut support. * cleaned up * deleted files that can be generated * switched back to standard flutter in the shell script * added devicelab task * removed analysis options * analyzer * Fixed task * made local_run.sh not executable * analyzer * removed the logo asset * added task to ci * updated pubspec * analysis errors fixed * updated pubspec
-
Tomasz Gucio authored
--------- Co-authored-by:
schectman <schectman@google.com>
-
- 10 Feb, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 07 Feb, 2023 1 commit
-
-
Christopher Fujino authored
-
- 02 Feb, 2023 3 commits
-
-
Flutter GitHub Bot authored
-
Christopher Fujino authored
* roll packages * fix dwds * empty --------- Co-authored-by:
fluttergithubbot <fluttergithubbot@gmail.com>
-
Michael Goderbauer authored
* Make Flex,Row,Column const for real * dart fix --apply * fix snippets * fix integration test * add comment
-
- 31 Jan, 2023 3 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
* Reland: [macos] add flavor options to tool commands Adds --flavor option to flutter run and flutter build. Running against preexisting devicelab flavor tests for feature parity between macOS, iOS, and Android. This relands #118421 by alex-wallen which was reverted in #118858 due to the following test failures: The bail-out with "Host and target are the same. Nothing to install." added in `packages/flutter_tools/lib/src/commands/install.dart` triggered failures in the following tests, which unconditionally attempt to install the built app, which is unsupported on desktop since the host and target are the same: * https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791495589540422465/+/u/run_flutter_view_macos__start_up/test_stdout * https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791496218824259121/+/u/run_complex_layout_win_desktop__start_up/test_stdout * https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791496218165602641/+/u/run_flutter_gallery_win_desktop__start_up/test_stdout Fixes #64088 * Partial revert: eliminate install check on desktop The original flavour support patch included a check that triggered a failure when flutter install is run on desktop OSes. This was intentional, since the host and target devices are the same and installation is unnecessary to launch the app on currently-supported desktop OSes. Note that Windows UWP apps *do* require installation to run, and we used to have an install command for those apps, though UWP is no longer supported. Since that part of the change was orthogonal to flavour support itself, I'm reverting that component of the change and we can deal with it separately if so desired.
-
Michael Goderbauer authored
-
- 30 Jan, 2023 3 commits
-
-
Camille Simon authored
* Add exported tag * Undo testing changes
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
- 27 Jan, 2023 1 commit
-
-
Danny Tuppeny authored
-
- 26 Jan, 2023 1 commit
-
-
Todd Volkert authored
This updates the framework to provide higher level wrappers around ui.instantiateImageCodecWithSize(). Functionally, this doesn't change anything (other than deprecating the older loadBuffer() method in favor of loadImage()), but it sets the stage for a simpler change that will allow us to provide a more flexible way to load sized images. #118543
-
- 25 Jan, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 24 Jan, 2023 2 commits
-
-
yaakovschectman authored
* Create template file test * Add to .ci.yaml * Add to TESTOWNERS * Organize test script * Push license to top of file * Equals sign * Utilize path.join * Expand error message Co-authored-by:
Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * Fix missing newline string * Move template file test to analyze.dart * Fix newline * Var name * Fix extension length * Use ignore-list for filenames * Update dev/bots/analyze.dart Co-authored-by:
Loïc Sharma <737941+loic-sharma@users.noreply.github.com> * Indentation Co-authored-by:
Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
-
Christopher Fujino authored
* roll pub deps and remove archive, crypto, typed_data from allow-list * un-comment code
-
- 23 Jan, 2023 1 commit
-
-
yaakovschectman authored
-
- 21 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 20 Jan, 2023 1 commit
-
-
Jenn Magder authored
This reverts commit 73096fd9.
-
- 19 Jan, 2023 2 commits
-
-
Alex Wallen authored
* Add new macos target configured for flavors * Rename Free App copy-Info.plist to Free App Info.plist * Remove bogus entitlements * Remove Generated.xcconfig * Audit project.pbxproj * Remove unused configs * share one info.plist * Modify scheme so that paid app works * Codesign automatic * Pipe flavor as scheme into xcodebuild * Ignore incoming flavor string * pipe flavor for flutter run to work * Add devicelab tests * Error if host and target device are same for flutter install desktop * Avoid bang (!) by promoting a local. Co-authored-by:
Jenn Magder <magder@google.com> * Add supportsInstall property * Override in test classes * Add install test on macOS * Refactor application_package and add tests for package directory Co-authored-by:
a-wallen <stephenwallen@google.com> Co-authored-by:
Jenn Magder <magder@google.com>
-
Danny Tuppeny authored
Update test expectations from application/javascript -> text/javascript `package:mime` now uses `text/javascript` and not `application/javascript`. See https://github.com/dart-lang/mime/pull/76. See https://datatracker.ietf.org/doc/html/rfc9239. > This document defines equivalent processing requirements for the various script media types. The most widely supported media type in use is `text/javascript`; all others are considered historical and obsolete aliases of `text/javascript`.
-
- 18 Jan, 2023 1 commit
-
-
Alex Wallen authored
Co-authored-by:
Jenn Magder <magder@google.com> Co-authored-by:
a-wallen <stephenwallen@google.com>
-
- 13 Jan, 2023 2 commits
-
-
Victoria Ashworth authored
* Add Info.plist from build directory as input path to Thin Binary build phase * fix directive ordering * migrate benchmark, integration, and example tests
-
Loïc Sharma authored
* Add Linux support for the UI integration test project * Add Linux run console test
-
- 12 Jan, 2023 1 commit
-
-
Andrew Kolos authored
* initial * update asset_bundle_package_test * Update asset_bundle_test.dart * Update asset_bundle_package_fonts_test.dart * update pubspec checksum for smc dependency * flutter update-packages --force-upgrade * prefer += 1 over ++ Co-authored-by:
Jonah Williams <jonahwilliams@google.com> * add regexp comment * rescope int list comparison function * update packages Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 10 Jan, 2023 2 commits
-
-
Flutter GitHub Bot authored
-
Jonah Williams authored
-
- 05 Jan, 2023 1 commit
-
-
Camille Simon authored
* Add timeout * Add library directive * Add comment, remove testing only changes
-
- 04 Jan, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 03 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
This reverts commit c956121a.
-
- 27 Dec, 2022 1 commit
-
-
Xilai Zhang authored
This reverts commit 999356b7.
-
- 23 Dec, 2022 1 commit
-
-
Xilai Zhang authored
* Revert "Exposed tooltip longPress action when available (#117338)" This reverts commit 38e3930f. * Revert "fixes android_semantics_integration_test to expect long press for tootip"
-
- 22 Dec, 2022 2 commits
-
-
Michael Goderbauer authored
* Remove single-view assumption from ScrollPhysics * fix scrollable_dispose_test.dart * add deprecated method back
-
Kenzie Davisson authored
* Fix screenshot testing for flutter web integration_test * update packages * fix method signature and todo * Run tests on CI * fix type * remove silences * Add docs * fix comment * fix whitespace * review comments
-