- 17 Nov, 2022 2 commits
-
-
Ahmed Ashour authored
Fixes #115468
-
Sam Rawlins authored
-
- 16 Nov, 2022 11 commits
-
-
Jonah Williams authored
* [framework] autoresize on snapshot widget * ++ * ++ * ++ * use layout to resize
-
Qun Cheng authored
Co-authored-by: Qun Cheng <quncheng@google.com>
-
Srujan Gaddam authored
This code should be calling the factory method, not the synthetic constructor.
-
harperl-lgtm authored
-
hellohuanlin authored
* [tools]build ipa validate template icon files * use the same box for both validations, and added some unit test, and some nits * add unit test for templateImageDirectory * use fs.path.join intead of raw path * use the correct filesystem * lint * use absolute path for flutter_template_images * fix rebase * update indentation
-
Christopher Fujino authored
* remove all body_might_complete_normally_catch_error ignores * add a test
-
Elias Yishak authored
* removing default values for [reporter] and [timeout]] * passing reporter arg to see tests pass * added test to confirm TestCommand is not passing defaults * add'l helper message for [reporter] arg * default behavior for github actions + fixed tests * removing github conditional for reporter + related test * removing unused import
-
Jakub Fijałkowski authored
* Test the case when main Isolate is in `None` state for long time * Wait for isolate to become runnable * Handle `PausePostRequest` as a normal "paused" event * Use `-= 1` instead of `--`
-
godofredoc authored
* Create a main alias for master channel. To slowly migrate away from master branch in the flutter repository we created a main branch that is mirroring master branch. This PR is also adding a channel alias that will allow to use master/main interchangeably. Bug: https://github.com/flutter/flutter/issues/95041 * Fix channel tests. * Remove additional space.
-
Greg Spencer authored
* Add RestorableEnumN and RestorableEnum to restorable primitive types * Review Changes * Change to assert if not part of the valid set. * Assert if default value isn't in the enum
-
fzyzcjy authored
* Update object.dart * Update object.dart * Update object.dart * Update object.dart * Update object.dart
-
- 15 Nov, 2022 11 commits
-
-
hangyu authored
* squash 5 into 1 fix Update packages/flutter/lib/src/material/bottom_app_bar.dart lint update tests Co-Authored-By: Hans Muller <hansmuller@chromium.org> * lint Co-authored-by: Hans Muller <hansmuller@chromium.org>
-
Jenn Magder authored
-
Tae Hyung Kim authored
* init * upper case only when material 2 * fix test * fix test * fix tests again * Add all tests * analyze" * fix stepper
-
hangyu authored
Hint text semantics to be excluded in a11y read out if textfield in not empty and label text is provided (#115010) * update hint semantics * Update input_date_picker_form_field_test.dart
-
Darren Austin authored
-
Maurice Parrish authored
* add position to layout creation * make position nullable * fix tests * test * clear test size * clear device pixel ratio * add more documentaiton * add comment about localToGlobal
-
Daco Harkes authored
Closes: https://github.com/flutter/flutter/issues/115347
-
Brandon DeRosier authored
-
Jonah Williams authored
* [flutter_tools] add uint compilation test * Update shader_compiler_test.dart
-
fzyzcjy authored
* add tests * try to fix * fix compile error * refactor code * rename * doc * refactor test * simple rename
-
Jenn Magder authored
* Do not strip suffices from host local-engine * suffixes
-
- 14 Nov, 2022 2 commits
- 13 Nov, 2022 1 commit
-
-
Jonah Williams authored
Revert "[web] Add `--local-web-sdk` flag and use precompiled platform kernels for dart2js and ddc (#114639)" (#115242) This reverts commit 0e9ee367.
-
- 12 Nov, 2022 3 commits
-
-
Darren Austin authored
-
Dan Field authored
Make FutureBuilder handle SynchronousFuture correctly, reland SynchronousFuture usage in test assets (#115173) * Make FutureBuilder handle SynchronousFuture correctly * Reland "Load assets in flutter_test without turning event loop. (#115123)" (#115156)" This reverts commit 3895786f.
-
Jackson Gardner authored
* Dart2JS build step looks for compiled platform binaries. * Use new locations of platform binaries. * Added --local-web-sdk command line flag. * Need to use the matching frontend server when doing ddc stuff. * Update packages/flutter_tools/lib/src/test/web_test_compiler.dart Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com> * Update packages/flutter_tools/lib/src/runner/flutter_command_runner.dart Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com> * Formatting issues. * Need to use URI format for platform dill. * Fix resident runner tests. * Fix analysis issue. * Fix and add unit tests. * Add some useful comments. * Refine doc comments for flags. Co-authored-by: Mouad Debbar <mouad.debbar@gmail.com>
-
- 11 Nov, 2022 5 commits
-
-
blendthink authored
[flutter_tools] Fix so that the value set by `--dart-define-from-file` can be passed to Gradle (#114297) * Add dartDefineConfigJsonMap to the checklist * Fix typo * Align formatting with other code * Fix toGradleConfig method
-
Xilai Zhang authored
This reverts commit 3cde69e8.
-
Jonah Williams authored
* [flutter_tools] support github reporter * Update packages/flutter_tools/lib/src/commands/test.dart Co-authored-by: Christopher Fujino <fujino@google.com> Co-authored-by: Christopher Fujino <fujino@google.com>
-
Dan Field authored
* Load assets in flutter_test without turning event loop. This makes it possible to load an asset without actually turning the event loop. This is importnat because our FakeAsync zones may cause people to sprinkle in extra pumpAndSettles in when running tests that load assets, which is undesirable. * fix null checking
- 10 Nov, 2022 5 commits
-
-
Kate Lovett authored
-
Ian Hickson authored
The recent survey suggests that some people are not finding documentation after they get started with Flutter, so let's just give them links right away. It might not help everyone but there's not really any downside so...
-
- removes invalid arch check on Android workflow in order to enable Android development on any device supported Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf> Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
-
Jenn Magder authored
-
Taha Tesser authored
* Fix `RangeSlider` semantics node size and add RTL semantics test * Add TODO comments
-