- 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
-
Ben Konyi authored
Observatory is being deprecated for Dart 3.0 so it should no longer be referenced in tooling messaging / flags. See https://github.com/dart-lang/sdk/issues/50233
-
- 09 Feb, 2023 1 commit
-
-
Daco Harkes authored
Incorporating: * https://github.com/flutter/flutter/issues/120260
-
- 08 Feb, 2023 1 commit
-
-
Loïc Sharma authored
* [Tool][Windows] Output build duration * Tweak * Format
-
- 02 Feb, 2023 1 commit
-
-
Andrew Kolos authored
* add asset manifest bin loading and asset manifest api * use new api for image resolution * remove upfront smc data casting * fix typecasting issue * remove unused import * fix tests * lints * lints * fix import * revert image resolution changes * Update image_resolution_test.dart * Update decode_and_parse_asset_manifest.dart * make targetDevicePixelRatio optional * Update packages/flutter/lib/src/services/asset_manifest.dart Co-authored-by:
Jonah Williams <jonahwilliams@google.com> * Update packages/flutter/lib/src/services/asset_manifest.dart Co-authored-by:
Jonah Williams <jonahwilliams@google.com> * fix immutable not being imported * return List in AssetManifest methods, fix annotation import * simplify onError callback * make AssetManifest methods abstract instead of throwing UnimplementedError * simplify AssetVariant.key docstring * tweak _AssetManifestBin docstring * make AssetManifest and AssetVariant doc strings more specific * use List.of instead of List.from for type-safety * adjust import * change _AssetManifestBin comment from doc comment to normal comment * revert to callback function for onError in loadStructuredBinaryData * add more to the docstring of AssetManifest.listAssets and AssetVariant.key * add tests for CachingAssetBundle caching behavior * add simple test to ensure loadStructuredBinaryData correctly calls load * Update asset_manifest.dart * update docstring for AssetManifest.getAssetVariants * rename getAssetVariants, have it include main asset * rename isMainAsset field of AssetMetadata to main * (slightly) shorten name of describeAssetAndVariants * rename describeAssetVariants back to getAssetVariants * add tests for TestAssetBundle * nits * fix typo in docstring * remove no longer necessary non-null asserts * update gallery and google_fonts versions --------- Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 24 Jan, 2023 1 commit
-
-
stuartmorgan authored
* Add Windows unit tests to plugin template Adds an example native unit test to the plugin template for Windows, matching the format we use for our 1P plugin example app unit tests. Once these have been added for all platforms+languages, they will be documented on a new plugin development page to explain their use. Since we don't appear to be running our current plugin e2e tests for Windows, this adds a new configuration to run them. I haven't `led`-tested this, so it may not work, but this will give a starting point for getting them running. Part of https://github.com/flutter/flutter/issues/82458 * Minor fix * Add test owner * Fix typo * Fix test feature flag
-
- 20 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 17 Jan, 2023 1 commit
-
-
Ricardo Amador authored
* Testing whether emulator is possible. * Adding changes to see if emulator can be used from recipe. * adding emulator support. * Add the emulator flag for testing. * Using string for boolean since it cannot be parsed in properties * Checking to see if these changes are being used. * Updated bool back to string * Remove trailing whitespace from file.
-
- 13 Jan, 2023 1 commit
-
-
Loïc Sharma authored
* Add Linux support for the UI integration test project * Add Linux run console test
-
- 09 Jan, 2023 1 commit
-
-
Jenn Magder authored
-
- 21 Dec, 2022 1 commit
-
-
stuartmorgan authored
* Improve Swift plugin implementation * Add iOS tests * Review feedback on structure * Remove duplicate scheme file * Add macOS * Add iOS * swift test tweaks * unit tests * Whitespace * Add e2e tests
-
- 20 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 16 Dec, 2022 1 commit
-
-
Jason Simmons authored
-
- 14 Dec, 2022 1 commit
-
-
Loïc Sharma authored
* Fix * Format * DO NOT MERGE! Test in presubmit * Revert "DO NOT MERGE! Test in presubmit" This reverts commit 41c7186c723d844c288cb4e5fab3284a803f82ae.
-
- 12 Dec, 2022 1 commit
-
-
Loïc Sharma authored
-
- 09 Dec, 2022 1 commit
-
-
Siva authored
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105) * Bump SDK versions. * Bump Dart SDK version constraints * Update shrine package to 2.0.1 (null safe version) * Fix more tests. * Include patches from Jason for min android sdk version * Fix analyzer warning
-
- 08 Dec, 2022 1 commit
-
-
Loïc Sharma authored
Adds a test to verify the console output of `flutter run --release` on Windows. Part of: https://github.com/flutter/flutter/issues/111577
-
- 06 Dec, 2022 1 commit
-
-
Loïc Sharma authored
* [Android] Refactor the flutter run Android console output test * CI bump
-
- 02 Dec, 2022 1 commit
-
-
Jonah Williams authored
-
- 30 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* wip * add track entire web build output dir size * add more fields * migrate metrics to use bytes rather than kb * update keys * use -9 on tar cz * delete tempDir and tar first before measuring size
-
- 29 Nov, 2022 1 commit
-
-
Jonah Williams authored
* [devicelab] track performance of animated image filter * ++ * make animations repeat and add dispose * make duration more consistently 10sec
-
- 18 Nov, 2022 4 commits
-
-
Jonah Williams authored
This reverts commit 0b33b859.
-
Jonah Williams authored
* [devicelab] measure entire release folder size, zipped * [devicelab] tar with more settings * super safe reland * Update perf_tests.dart
-
Jonah Williams authored
This reverts commit 75a0a725.
-
Jonah Williams authored
-
- 08 Nov, 2022 1 commit
-
-
Loïc Sharma authored
-
- 02 Nov, 2022 2 commits
-
-
Chris Bracken authored
-
Christopher Fujino authored
-
- 18 Oct, 2022 1 commit
-
-
Jenn Magder authored
-
- 07 Oct, 2022 1 commit
-
-
Andrew Kolos authored
-
- 04 Oct, 2022 1 commit
-
-
Jenn Magder authored
-
- 28 Sep, 2022 1 commit
-
-
Jenn Magder authored
-
- 23 Sep, 2022 1 commit
-
-
Jason Simmons authored
-
- 16 Sep, 2022 1 commit
-
-
jensjoha authored
Add flutter startup benchmark for Linux, Windows and MacOs. Via guide on https://github.com/flutter/flutter/pull/111461#issuecomment-1247113905
-
- 14 Sep, 2022 1 commit
-
-
Gary Qian authored
-
- 13 Sep, 2022 1 commit
-
-
Jenn Magder authored
-
- 08 Sep, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 07 Sep, 2022 1 commit
-
-
keyonghan authored
-
- 30 Aug, 2022 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
This reverts commit 3437fd9c.
-