Emmanuel Garcia
d92fedcccb
Reland: "Always use texture layer when displaying an Android view" ( #100237 )
2022-03-17 12:46:26 -07:00
Ben Konyi
1880066dd3
Update dependencies ( #99874 )
2022-03-10 14:13:59 -07:00
chunhtai
dc928989f4
relax all accessibility action check on android accessibility integra… ( #99525 )
...
* relax all accessibility action check on android accessibility integration test
* update
2022-03-10 11:34:10 -08:00
Chris Bracken
b5d3c43280
Check string size before Win32 MultiByte <-> WideChar conversions ( #99729 )
...
This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
This is to prevent resize() from failing if called with a count > std::string::max_size().
According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
Authored by: Tomasz Gucio <tgucio@gmail.com>
2022-03-07 19:57:36 -08:00
Jonah Williams
67f25caf72
Remove package:typed_data from package:flutter dependencies ( #99604 )
2022-03-07 10:41:21 -08:00
Viren Khatri
671aa9e95e
complete migration of flutter repo to Object.hash* ( #99505 )
2022-03-04 12:56:21 -08:00
Michael Goderbauer
7f2c1cd772
Use PlatformDispatcher.instance
over window
where possible ( #99496 )
2022-03-03 14:46:16 -08:00
Gary Qian
e85ba6eeae
Use runUnsynchronized for android_views test ( #99311 )
2022-02-28 23:31:20 -08:00
Jenn Magder
d1265ad308
Run update-packages ( #99038 )
2022-02-25 12:26:16 -08:00
Tomasz Gucio
e4351ff053
Enable use_if_null_to_convert_nulls_to_bools lint ( #98753 )
2022-02-22 14:39:20 -08:00
Ben Konyi
50c4720913
Update dependencies to pull in new vm_service, dds, dwds, coverage, etc ( #98513 )
2022-02-18 12:32:08 -08:00
Emmanuel Garcia
4ee22ed2bd
Roll Engine from 4463cf40fed9 to 5f0271a38988 + Fix test ( #98479 )
2022-02-15 13:11:36 -08:00
LongCatIsLooong
ad612b59e5
Dump app on keyboard_textfield_test timeout ( #98305 )
2022-02-13 17:20:18 -08:00
chunhtai
a50120aa28
Relax android semantics integration test checks ( #97742 )
2022-02-10 19:50:22 -08:00
LongCatIsLooong
213f766e35
Use ValueKey finder instead of text finder in keyboard_textfield_test ( #97996 )
2022-02-07 20:00:19 -08:00
Ian Hickson
ab89ce285f
Clean up the bindings APIs. ( #89451 )
2022-02-03 14:55:15 -08:00
Harry Terkelsen
03f1d37935
Add a benchmark for a scrolling list of Links ( #94638 )
2022-02-03 14:38:58 -08:00
Pierre-Louis
a22cf5d6b9
Update packages ( #97592 )
...
* update packages
* implement
* remove trailing spaces
* Revert "remove trailing spaces"
This reverts commit d3bffbef57
.
* Revert "implement"
This reverts commit 6b6172a827
.
2022-02-02 09:16:05 +01:00
Daco Harkes
0e2f51dfd0
FFI plugins ( #96225 )
2022-01-26 23:44:45 +01:00
Jenn Magder
f085e1a9cd
Add timeout to keyboard finder to diagnose flake ( #97258 )
2022-01-26 12:00:14 -08:00
Jenn Magder
7ec334827a
Move gallery native UI test launching out of test and into setup ( #97177 )
2022-01-24 19:50:10 -08:00
Chris Yang
7428ab66b4
Add debug informations on ios_module_test ( #96622 )
2022-01-14 15:25:13 -08:00
Konstantin Scheglov
06515fe058
Ignore in _Location ( #96553 )
2022-01-13 13:25:05 -08:00
Gary Qian
7aaa87b5b6
Increase deferred components test timeout ( #96423 )
2022-01-12 20:40:14 -08:00
Emmanuel Garcia
f01556ab75
Bump Android dependencies that rely on Jcenter ( #96558 )
...
* Bump video_player in flutter gallery
* Update packages
* Update dependencies
* Bump device_info
* Update dev/devicelab/bin/tasks/build_ios_framework_module_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Update dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Update dev/devicelab/bin/tasks/module_test.dart
Co-authored-by: Jenn Magder <magder@google.com>
* Remove deprecated device_info from ios-frameworks test
Co-authored-by: Jenn Magder <magder@google.com>
2022-01-12 20:13:32 -08:00
Jenn Magder
3e6e996f9e
Run update-packages --force-upgrade ( #96325 )
2022-01-10 13:55:16 -08:00
Zachary Anderson
65c6e88223
Revert "FFI plugins ( #94101 )" ( #96122 )
...
This reverts commit 5257f0290c
.
2022-01-04 08:09:12 -08:00
Daco Harkes
5257f0290c
FFI plugins ( #94101 )
...
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
* Sample code doing a synchronous FFI call.
* Sample code doing a long running synchronous FFI call on a helper isolate.
* Use of `package:ffigen` to generate the bindings.
2022-01-04 10:14:27 +01:00
chunhtai
166f1d76de
Fix android semantics integration test flakiness ( #94875 )
2021-12-14 17:34:10 -08:00
Rami
1a3dc1b32a
Update color scheme seed generation to use color utils package ( #95175 )
...
* Update color scheme seed generation to use color utils package
2021-12-14 13:53:36 -08:00
Chris Yang
02574b7e14
Fix ios module test typo ( #94878 )
2021-12-14 10:49:05 -08:00
Ian Hickson
840e109e07
Improve tracing ( #93086 )
2021-12-10 10:09:24 -08:00
Anna Gringauze
d7466d8963
Update dwds and other packages ( #94634 )
2021-12-07 14:29:07 -08:00
Michael Thomsen
bb906b6b4f
Roll packages to pick up new platform package ( #94603 )
2021-12-06 10:34:56 +01:00
Darren Austin
418cd95661
Added material_color_utilities as a dependency for flutter package. ( #94377 )
2021-12-01 14:19:04 -08:00
Jenn Magder
62dc238b6c
Avoid using watchOS SDK in CI tests ( #94190 )
2021-11-30 18:54:04 -08:00
Nate Bosch
6d1a840bc5
Roll packages, remove unnecessary overrides ( #94172 )
2021-11-24 14:43:05 -08:00
Mouad Debbar
30b6b9e7f0
Revert "Update Xcode toolsVersion encoded in generated Main.storyboard ( #94084 )" ( #94164 )
...
This reverts commit 6a3ea7eb83
.
2021-11-24 10:12:53 -05:00
Jenn Magder
6a3ea7eb83
Update Xcode toolsVersion encoded in generated Main.storyboard ( #94084 )
2021-11-23 17:38:02 -08:00
Darren Austin
128c723445
Added Material 3 colors to ColorScheme. ( #93427 )
...
* Added the new Material 3 colors to ColorScheme.
* Deprecated primaryVariant and secondaryVariant colors in the ColorScheme.
* Added a flutter fix for the deprecated colors.
2021-11-23 13:56:16 -08:00
Andrei Diaconu
924336fcee
Reland 3: Display Features ( #93240 )
2021-11-20 15:48:06 -08:00
chunhtai
a80ad0e1a0
Force the a11y focus on textfield in android semantics integration test ( #93876 )
2021-11-19 13:23:07 -08:00
Gary Qian
02b1146cff
Reland "Exit on deprecated v1 embedding when trying to run or build" ( #92901 ) ( #93566 )
2021-11-12 15:52:32 -08:00
gaaclarke
f23e515861
Fatten up multiple_flutters memory footprint ( #93350 )
...
Increased the memory size of multiple_flutters to help identify regressions in performance
This is not a regression and will affect benchmark's readings.
2021-11-12 11:11:44 -08:00
Yegor
24b9346c9b
Revert "Reland "Exit on deprecated v1 embedding when trying to run or build ( #92901 )" ( #93386 )" ( #93518 )
...
This reverts commit eabb7cbc34
.
It broke multiple tests.
2021-11-11 16:45:40 -08:00
Gary Qian
eabb7cbc34
Reland "Exit on deprecated v1 embedding when trying to run or build ( #92901 )" ( #93386 )
2021-11-11 14:49:35 -08:00
Core
d8034538bd
feat: enable flavor option on test command ( #89045 )
2021-11-11 09:23:02 -08:00
Zachary Anderson
858a328712
Revert "Exit on deprecated v1 embedding when trying to run or build ( #92901 )" ( #93365 )
...
This reverts commit 6153bbef3e
.
2021-11-09 22:22:14 -08:00
Gary Qian
6153bbef3e
Exit on deprecated v1 embedding when trying to run or build ( #92901 )
2021-11-09 17:38:03 -08:00
Gary Qian
0907262723
Track timeout from app run start in deferred components integration test ( #93307 )
2021-11-09 10:21:31 -08:00
Zachary Anderson
366648ae90
Revert "Reland: "Update outdated runners in the benchmarks folder ( #91126 )" ( #92535 )" ( #93323 )
...
This reverts commit bfe9c59831
.
2021-11-09 08:44:56 -08:00
Gary Qian
a61c57add6
Use adb variable instead of direct command ( #93293 )
2021-11-08 21:37:48 -08:00
Greg Spencer
bfe9c59831
Reland: "Update outdated runners in the benchmarks folder ( #91126 )" ( #92535 )
2021-11-08 21:28:02 -08:00
Gary Qian
7e2c15d6f5
Dynamic logcat piping for deferred components test ( #93080 )
2021-11-08 15:13:04 -08:00
Jason Simmons
028954ce41
Add the exported attribute to the Flutter Gallery manifest ( #92733 )
2021-11-07 01:22:34 -07:00
Zachary Anderson
2468f315e0
Revert "Reland: display features ( #93117 )" ( #93204 )
...
This reverts commit 9038fac960
.
2021-11-06 22:46:46 -07:00
Andrei Diaconu
9038fac960
Reland: display features ( #93117 )
2021-11-05 15:54:25 -07:00
Jacob MacDonald
a4fa2affe9
Update packages ( #92924 )
2021-11-05 12:03:03 -07:00
Zachary Anderson
7779ad3c60
Revert "Reland engine display features ( #89511 )" ( #93098 )
...
This reverts commit 058dfd49a0
.
2021-11-04 23:05:45 -07:00
Andrei Diaconu
058dfd49a0
Reland engine display features ( #89511 )
2021-11-04 18:37:55 -07:00
Jenn Magder
607d7934c7
Add Help menu to macOS create template ( #92946 )
2021-11-02 21:23:01 -07:00
Jenn Magder
dc20a6066f
Skip codesigning during native macOS integration tests ( #92938 )
2021-11-02 16:41:32 -07:00
Gary Qian
42d4bcb9eb
Migrate test to moved FlutterPlayStoreSplitApplication ( #92593 )
2021-11-01 14:43:22 -07:00
Emmanuel Garcia
c97a8622bf
Update lockfiles ( #92800 )
2021-11-01 08:58:13 -07:00
Greg Spencer
5883a6628d
Differentiate between TalkBack versions for semantics tests. ( #92602 )
...
Makes the android_semantics_testing test not fail for newer versions of Talkback.
Also, since the test now depends on pub_semver, upgraded the pubspec files.
The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
2021-10-29 16:38:09 -07:00
Jenn Magder
aff69e43ef
Add integration_test to flavor test project ( #92520 )
2021-10-27 12:53:05 -07:00
Yegor
9afb45a44f
[web] use local CanvasKit bundle in all e2e tests ( #92305 )
2021-10-26 19:08:05 -07:00
Yegor
11e83e7c18
[web] fix race in the image_loading_integration.dart test ( #92303 )
2021-10-26 19:03:03 -07:00
Emmanuel Garcia
4d79bb02c4
Bump Kotlin version in templates and projects ( #92052 )
2021-10-25 13:13:03 -07:00
Emmanuel Garcia
37dbe030fe
Bump Android Compile SDK to 31 ( #92022 )
2021-10-21 18:01:33 -07:00
Yegor
be13a38fc3
[web] fix web_e2e_tests README ( #92277 )
2021-10-21 17:58:07 -07:00
Riley Porter
ffbf69cccc
Ignore analyzer implict dynamic checks for js_util generic return type ( #92271 )
2021-10-21 10:28:02 -07:00
godofredoc
43bbdd08e7
Remove sandbox entitlement to allow tests to run on big sur. ( #92065 )
2021-10-19 15:33:02 -07:00
Gary Qian
94999f708b
Set exported to true to allow external adb to start app for CI ( #92118 )
2021-10-19 15:13:04 -07:00
LongCatIsLooong
e00d87ffcc
[keyboard_textfield_test] wait until the keyboard becomes visible ( #92032 )
2021-10-19 15:03:04 -07:00
Gary Qian
fa4d57a00b
Add android:exported property to support API 31 for deferred components test ( #92066 )
2021-10-19 07:50:34 -07:00
Emmanuel Garcia
d7631275fe
Bump targetSdkVersion to 31 and organize static values ( #91719 )
2021-10-15 13:41:48 -07:00
Danny Tuppeny
f8f96a4f80
Run "flutter update-packages --force-upgrade" to get latest DDS ( #91736 )
2021-10-13 10:58:04 -07:00
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
01afd64bcc
Implemented getter to expose current url strategy for web plugins ( #90708 )
2021-10-13 10:48:05 -07:00
Ian Hickson
66dd2add7e
Add some more new lints ( #91659 )
2021-10-12 11:33:04 -07:00
Ian Hickson
bb5cbdc635
Enable depend_on_referenced_packages
lint ( #91653 )
2021-10-12 11:28:02 -07:00
Ian Hickson
6d5fc420b6
Enable sort_child_properties_last
lint ( #91585 )
2021-10-11 21:23:02 -07:00
Ian Hickson
f90b019c68
Enable prefer_relative_imports
and fix files. ( #91573 )
2021-10-11 10:28:07 -07:00
Ian Hickson
7b01346c5c
Enable no_default_cases lint ( #91530 )
2021-10-11 10:23:04 -07:00
Ian Hickson
61a0add286
Enable avoid_redundant_argument_values lint ( #91409 ) ( #91462 )
2021-10-08 09:25:14 -07:00
Zachary Anderson
b9d2177da0
Revert "Enable avoid_redundant_argument_values lint ( #91409 )" ( #91461 )
...
This reverts commit 5fd259be24
.
2021-10-07 21:11:07 -07:00
Ian Hickson
5fd259be24
Enable avoid_redundant_argument_values lint ( #91409 )
2021-10-07 20:13:02 -07:00
Zachary Anderson
5188df0821
Revert gradle roll ( #91459 )
...
* Revert "Mark last failing test after gradle update as flaky. (#91423 )"
This reverts commit 46a52d03bd
.
* Revert "fix android template for Gradle 7 (#91411 )"
This reverts commit 51d06d537f
.
* Revert "Add explicit version for mac and windows openjdk. (#91408 )"
This reverts commit bf429f2771
.
* Revert "Update the openjdk version used by linux android tests. (#91405 )"
This reverts commit 2144ab8b45
.
* Revert "Migrate to Gradle 7.0.2 / AGP 7.0.1 (#90642 )"
This reverts commit b6459f9b63
.
2021-10-07 19:42:24 -07:00
Ian Hickson
f25b833f27
Enable avoid_print
lint. ( #91444 )
2021-10-07 16:48:04 -07:00
Mouad Debbar
c2ea78d231
Revert "Enable avoid_print
lint. ( #91332 )" ( #91438 )
...
This reverts commit cb378edc9e
.
2021-10-07 16:16:17 -04:00
Ian Hickson
cb378edc9e
Enable avoid_print
lint. ( #91332 )
2021-10-07 09:53:03 -07:00
Taha Tesser
b6459f9b63
Migrate to Gradle 7.0.2 / AGP 7.0.1 ( #90642 )
2021-10-06 17:01:13 -07:00
Dan Field
22c1ca769b
Add a startup test that delays runApp ( #91346 )
2021-10-06 09:43:02 -07:00
Ian Hickson
126cd7388e
Clean up dependency pins and update all packages ( #91109 )
2021-10-04 10:28:03 -07:00
Littlegnal
1b73a35fba
Change project.buildDir in standalone subprojects property ( #91030 )
2021-10-01 17:18:05 -07:00
Christopher Fujino
afd84ad425
flutter update-packages ( #90994 )
2021-09-30 11:38:02 -07:00
Greg Spencer
ab2b0851a2
Add smoke tests for all the examples, fix 17 broken examples. ( #89021 )
...
This adds a smoke test for every single API example. It also fixes 17 tests that had bugs in them, or were otherwise broken, and even fixes one actual bug in the framework, and one limitation in the framework.
The bug in the framework is that NetworkImage's _loadAsync method had await response.drain<List<int>>();, but if the response is null, it will throw a cryptic exception saying that Null can't be assigned to List<int>. The fix was just to use await response.drain<void>(); instead.
The limitation is that RelativePositionedTransition takes an Animation<Rect> rect parameter, and if you want to use a RectTween with it, the value emitted there is Rect?, and one of the examples was just casting from Animation<Rect> to Animation<Rect?>, which is invalid, so I modified RelativePositionedTransition to take a Rect? and just use Rect.zero if the rect is null.
2021-09-28 09:32:06 -07:00
Chris Yang
126370fba9
[module_test_ios] trying tap the buttons again if the first time didn't work ( #90535 )
2021-09-24 14:08:06 -07:00
Jenn Magder
1b53f7beba
Migrate iOS project to Xcode 13 compatibility ( #90304 )
2021-09-22 13:23:05 -07:00
Jenn Magder
5c79a0c2f4
Run flutter_gallery macOS native tests on presubmit ( #89620 )
2021-09-22 13:18:07 -07:00
Darren Austin
9aa829460d
Revert "Reland "Migrate android_semantics_testing to null safety" ( #90466 )" ( #90483 )
...
This reverts commit 1002a76857
.
2021-09-21 15:55:24 -07:00
Darren Austin
1002a76857
Reland "Migrate android_semantics_testing to null safety" ( #90466 )
2021-09-21 13:59:57 -07:00
Kate Lovett
68836deabf
Fix shrine ( #89698 )
2021-09-17 18:13:06 -07:00
Chris Yang
ec3bd9edc4
try tap app before apping the element ( #90149 )
2021-09-16 20:02:02 -07:00
Kate Lovett
65d8dd988d
Update md5 method in flutter_goldens_client ( #90154 )
2021-09-15 17:42:05 -07:00
Ian Hickson
2420718389
Remove our extra timeout logic. ( #89952 )
2021-09-15 09:42:05 -07:00
Sam Rawlins
8889ffaec3
Remove and also ignore unnecessary imports ( #89796 )
2021-09-14 15:32:02 -07:00
Anna Gringauze
cd112e551c
Update all packages ( #89797 )
2021-09-13 12:13:42 -07:00
Jason Simmons
2004afae06
Use async timeline events for the phases of the scheduler binding ( #88825 )
2021-09-10 10:17:05 -07:00
Gary Qian
13b38add89
Directly specify keystore to prevent debug key signing flake in Deferred components integration test. ( #89606 )
2021-09-08 13:08:41 -07:00
Ben Konyi
41101b7058
Update DDS to 2.1.2 ( #89591 )
2021-09-08 12:57:03 -07:00
Chris Bracken
1c36271b05
Reduce required Windows CMake version to 3.14 ( #89390 )
...
When we landed the CMake minimum requirement constraint for Visual
Studio 2019, we landed it with minimum version 3.15, since that's what
was shipping with the current version of VS 2019 at the time. Looking at
the release notes of earlier versions, it's clear that earlier versions
of Visual Studio 2019 shipped with version 3.14. See:
https://devblogs.microsoft.com/cppblog/visual-studio-cmake-support-clang-llvm-cmake-3-14-vcpkg-and-performance-improvements/
Looking at release notes for CMake 3.15, there are no features/fixes
introduced in that version that we are dependent on.
https://cmake.org/cmake/help/latest/release/3.15.html
Issue: https://github.com/flutter/flutter/issues/88589
2021-09-03 21:05:58 -07:00
Jacob MacDonald
383930c2bc
update package dependencies ( #89381 )
2021-09-02 14:41:05 -07:00
Gary Qian
04a25c224b
Configurable adb for deferred components release test script ( #88913 )
2021-08-30 15:16:04 -07:00
Gary Qian
e702a2b8c1
Download script for deferred components assets ( #88905 )
2021-08-26 15:18:37 -07:00
Darren Austin
a1cd3f45e0
Updated some skip test comments that were missed in the audit. ( #88893 )
2021-08-25 11:49:04 -07:00
Christopher Fujino
efaa9a4637
update-packages --force-upgrade ( #88728 )
2021-08-23 12:57:08 -07:00
Gary Qian
b524270af1
Skip flaky 'Child windows can handle touches' test in android_views
integration test ( #88475 )
2021-08-18 16:52:04 -07:00
Anna Gringauze
2685e866f3
Update dwds and other packages ( #88450 )
...
- Update all packages (bringing in dwds 11.2.1)
Closes: https://github.com/flutter/flutter/issues/84012
2021-08-18 14:15:57 -07:00
Christopher Fujino
81eb54bf78
update-packages ( #88387 )
2021-08-17 18:49:32 -07:00
Gary Qian
a562b3cb3d
Deferred components integration test app ( #88030 )
2021-08-16 15:32:05 -07:00
Jenn Magder
28dfb44559
Add native iOS screenshots to integration_test ( #84611 )
2021-08-06 12:45:04 -07:00
Jenn Magder
972bdf80bd
Wait for module UI test buttons to be hittable before tapping them ( #87607 )
2021-08-05 17:20:04 -07:00
Anna Gringauze
cc63c81408
Update all packages ( #87579 )
...
- Update dwds and and the rest of the packages
Closes: https://github.com/flutter/flutter/issues/87100
2021-08-03 16:37:48 -07:00
Darren Austin
9c3cd40af2
Skip test audit for dev tests. ( #87147 )
2021-08-03 11:17:41 -07:00
Jia Hao
c863c0180d
Use FLUTTER_VIEW_ID to find the Flutter view ( #87324 )
2021-07-30 10:57:04 -07:00
Jacob MacDonald
fdb80f916d
update packages to the latest ( #86880 )
2021-07-22 13:26:05 -07:00
Anna Gringauze
84c3b56877
Update dwds (and other packages) ( #86832 )
...
* Upgrade all packages
In particular, bring in dwds with latest fixes for flakes.
Closes: https://github.com/flutter/flutter/issues/85043
Related: https://github.com/flutter/flutter/issues/85575
* Re-enable fixed tests
* Disable failing test due to DDS issue
2021-07-21 21:47:10 -07:00
Jenn Magder
f50e2316e6
Remove unused build_mode_test ( #86808 )
2021-07-21 16:01:05 -07:00
Michael Goderbauer
b0e51db8d5
Fixes for upcoming changes to avoid_classes_with_only_static_members ( #86744 )
2021-07-20 16:12:12 -07:00
Jeff Ward
841beff520
Support Float32Lists in StandardMessageCodec ( #72613 ) ( #83318 )
2021-07-20 14:31:07 -07:00
Greg Spencer
2cb685e157
Modify key info generation for new iOS key code. ( #83439 )
...
The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes.
Also, iOS needs to be able to filter out function keys, so I added a function key set.
2021-07-20 04:24:43 -07:00
Kaushik Iska
df3fe587e8
Validate that min frame number is numeric ( #86498 )
2021-07-15 17:11:09 -07:00
Ren You
3dea9f0251
Revert "Clean up the bindings APIs ( #86438 )" ( #86484 )
...
This reverts commit d056500bfe
.
2021-07-15 09:29:16 -07:00
Ian Hickson
d056500bfe
Clean up the bindings APIs ( #86438 )
2021-07-14 14:41:24 -07:00
Eng Zer Jun
57a4b023f1
build: update dependencies ( #86433 )
2021-07-14 13:46:04 -07:00
Zachary Anderson
7f741e9181
Revert "Clean up the bindings APIs ( #86388 )" ( #86404 )
...
This reverts commit 31de052e3f
.
2021-07-13 21:32:29 -07:00
Ian Hickson
31de052e3f
Clean up the bindings APIs ( #86388 )
2021-07-13 18:31:11 -07:00
Ian Hickson
c800b9c3e4
Revert "Clean up the bindings APIs ( #83843 )" ( #86386 )
...
This reverts commit e2490f2906
.
2021-07-13 15:47:40 -07:00
Ian Hickson
e2490f2906
Clean up the bindings APIs ( #83843 )
2021-07-13 12:41:03 -07:00
Hans Muller
3eca034ffd
AppBar.backwardsCompatibility now default false, deprecated ( #86198 )
2021-07-12 13:38:12 -07:00
Yegor
78e06e716b
[web] move e2e tests from flutter/engine to flutter/flutter ( #86119 )
...
* [web] move e2e tests from flutter/engine to flutter/flutter
* flutter update-packages --force-upgrade
2021-07-09 15:31:49 -07:00
Alexandre Ardhuin
80990c21e2
code formatting ( #85783 )
2021-07-07 23:06:05 -07:00
Ahmed Ashour
a3dc90c4f5
Add space before curly parentheses. ( #85306 )
2021-07-01 13:51:05 -07:00
Jenn Magder
69ea91bf61
Wait for iOS UI buttons to exist before tapping ( #85650 )
2021-06-30 17:01:05 -07:00
Jenn Magder
f76b292626
Support iOS arm64 simulator ( #85642 )
2021-06-30 14:31:04 -07:00
Zachary Anderson
407916d44f
Revert "Support iOS arm64 simulator ( #85059 )" ( #85641 )
...
This reverts commit a1020512ef
.
2021-06-30 12:44:49 -07:00
Jenn Magder
a1020512ef
Support iOS arm64 simulator ( #85059 )
2021-06-30 11:56:17 -07:00
Dan Field
e36e62e9a6
Revert "Revert "Audit hashCode overrides outside of packages/flutter ( #85370 )" ( #85451 )" ( #85567 )
...
This reverts commit 2be0d57fa2
.
2021-06-30 09:46:54 -07:00
Filip Hracek
76d5e62f42
Add a more complete app template for Flutter (skeleton) ( #83530 )
2021-06-28 15:26:04 -07:00