Jenn Magder
8865212254
Migrate doctor to null safety ( #92131 )
2021-11-01 12:13:02 -07:00
Michael Goderbauer
c3242a16b8
Blinking cursor respects TickerMode ( #92614 )
2021-11-01 11:43:03 -07:00
Dheeraj Verma
8880008452
Update Data Table Class with Borders Like Table Widgets ( #36837 ) ( #92670 )
2021-11-01 09:08:05 -07:00
Emmanuel Garcia
c97a8622bf
Update lockfiles ( #92800 )
2021-11-01 08:58:13 -07:00
Pierre-Louis
7b507f6f6e
Revert "Refactor ThemeData ( #91497 )" ( #92820 )
...
This reverts commit 78689d347c .
2021-11-01 11:40:48 +01:00
Chris Yang
04156b6636
[flutter_tools] xcresult parser. ( #92604 )
2021-10-29 18:29:31 -07:00
Darren Austin
dc9c62a45f
Removed primaryVariant from usage by the SnackBar. ( #92443 )
2021-10-29 17:21:24 -07:00
Jenn Magder
0c9a420583
Migrate android_device to null safety ( #92128 )
2021-10-29 17:19:33 -07:00
Jenn Magder
53e04de681
Migrate mdns_discovery and ios simulator to null safety ( #92124 )
2021-10-29 17:18:03 -07:00
Christopher Fujino
b0810bc939
Fix analysis throwing string ( #91435 )
2021-10-29 17:02:05 -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
嘟囔
41167c957d
feat: migrate macos/macos_device.dart to null safety ( #92633 )
2021-10-29 16:14:35 -07:00
Ian Hickson
23f7985e50
Improve how AttributedStrings are presented in the widget inspector ( #92450 )
2021-10-29 11:43:05 -07:00
嘟囔
bd935e5d4f
feat: migrate test_data/project.dart to null safety ( #92646 )
2021-10-29 11:38:05 -07:00
S.J
125545da32
Fix typo in the API docs of brightness ( #92713 )
2021-10-29 17:56:25 +02:00
Pierre-Louis
78689d347c
Refactor ThemeData ( #91497 )
2021-10-29 08:33:41 +02:00
Hans Muller
6602107bb2
InputDecorator floating label origin no longer depends on ThemeData.fixTextFieldOutlineLabel ( #92698 )
2021-10-28 20:20:11 -07:00
Wu Zhong
365d76c527
[flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait ( #92647 )
2021-10-28 19:58:01 -07:00
Michael Goderbauer
ca788d8941
Leader not always dirty ( #92598 )
2021-10-28 10:35:03 -07:00
嘟囔
7f177087c5
feat: migrate ios/bitcode.dart to null safety ( #92557 )
2021-10-28 10:33:05 -07:00
Danny Tuppeny
57dbf7f7e7
Add support for running tests through debug-adapter ( #92587 )
...
* Add support for running tests through debug-adapter
* Improve comments about stdout + remove pedantic
2021-10-28 11:34:05 +01:00
Tuyen VU
50ead38f2f
- add FadeInImage.placeholderFit ( #90739 )
2021-10-27 15:18:03 -07:00
Everskies
ebb48e1650
Add missing transform == check for gradients ( #91898 )
2021-10-27 15:13:03 -07:00
Jenn Magder
aff69e43ef
Add integration_test to flavor test project ( #92520 )
2021-10-27 12:53:05 -07:00
Jenn Magder
b279ff4178
Run flutter tester with arch -x86_64 on arm64 Mac ( #92508 )
2021-10-27 10:48:03 -07:00
Jason Simmons
c8504242fd
Remove the pub offline flag from tests of the flutter_tools create command ( #92534 )
2021-10-27 09:33:05 -07:00
stuartmorgan
ed61608a9d
Set TargetFile define for resident builds ( #92511 )
...
Dart plugin registration generation depends on the target main file
being set as a define so that it's available in the environment, but the
resident runner wasn't setting it. That worked for initial builds
because of the re-entrant call to `assemble` (which does set it), but
caused Hot Restart to always re-generate the wrapper using
lib/main.dart.
This ensures that the define is set in that codepath as well.
Fixes https://github.com/flutter/flutter/issues/91535
2021-10-27 09:25:15 -07:00
Danny Tuppeny
de966d8a49
Add a "flutter debug_adapter" command that runs a DAP server ( #91802 )
2021-10-27 06:48:06 -07:00
Taha Tesser
13d14f1843
[doc] Update suffixIcon/prefixIcon for alignment with code snippet ( #91998 )
2021-10-27 00:38:02 -07:00
Zachary Anderson
abecef6ed3
Revert "Fix ActivateIntent overriding the spacebar for text entry ( #91129 )" ( #92544 )
...
This reverts commit a24d55660b .
2021-10-26 20:31:29 -07:00
xubaolin
b025e38e17
fix a throw due to double precison ( #92486 )
2021-10-26 19:13:05 -07:00
Justin McCandless
a24d55660b
Fix ActivateIntent overriding the spacebar for text entry ( #91129 )
2021-10-26 18:58:05 -07:00
Christopher Fujino
acf6464996
skip failing test ( #92529 )
2021-10-26 18:16:02 -07:00
Gary Qian
1daae0b0ae
Remove assert that prevents WidgetSpans from being used in SelectableText ( #92295 )
2021-10-25 16:23:03 -07:00
Emmanuel Garcia
4d79bb02c4
Bump Kotlin version in templates and projects ( #92052 )
2021-10-25 13:13:03 -07:00
Markus Aksli
a5863932ad
ignore Scaffold drawer callbacks when value doesn't change ( #92329 )
2021-10-25 12:04:04 -07:00
Sigurd Meldgaard
67499b50cc
Add new pub command 'Token' ( #91014 )
2021-10-25 11:35:27 +02:00
嘟囔
c0e0f4f82e
feat: migrate install_manifest.dart to null-safety ( #92062 )
2021-10-21 21:26:36 -07:00
Emmanuel Garcia
37dbe030fe
Bump Android Compile SDK to 31 ( #92022 )
2021-10-21 18:01:33 -07:00
omerlevran46
f0ce9c3e21
[fuchsia] remove fuchsia_attach as it is no longer being used ( #92272 )
2021-10-21 14:30:33 -04:00
Yegor
ad7727a21c
[web] enable CanvasKit tests using a local bundle fetched from CIPD ( #92134 )
2021-10-21 11:13:18 -07:00
Ahmed Ashour
e7c809e8a8
Fix typos ( #92245 )
2021-10-21 10:53:02 -07:00
Ben Konyi
ac3c44355a
Revert "Reland "Enable caching of CPU samples collected at application startup ( #89600 )" ( #92220 )" ( #92235 )
...
This reverts commit ba0321e95d .
2021-10-20 22:05:49 -07:00
Ben Konyi
ba0321e95d
Reland "Enable caching of CPU samples collected at application startup ( #89600 )" ( #92220 )
...
This reverts commit dc7fea8d19 .
2021-10-20 19:20:17 -07:00
Christopher Fujino
44bf975115
remove Downloading ... stderr messages ( #92211 )
2021-10-20 17:13:02 -07:00
Kate Lovett
48b51c3f72
Fix ScrollBehavior copyWith ( #91834 )
2021-10-20 15:36:34 -07:00
Jenn Magder
305a855f6d
Migrate integration test shard test data to null safety ( #92147 )
2021-10-20 14:58:05 -07:00
Aliaksei Chorny
12ec91a5a4
The covered child in AnimatedCrossFade should not get touch events ( #91349 )
2021-10-20 14:28:01 -07:00
Kate Lovett
15de4aa449
Fix persistentFooter padding ( #92039 )
2021-10-20 14:08:05 -07:00
Tong Mu
5f4ac10d16
Report exceptions from key event handlers and listeners ( #91792 )
...
This PR ensures that all 3 ways of handling key events are wrapped with exception handling logic, so that user exceptions do not cause unstable states and are correctly reported.
2021-10-20 12:08:24 -07:00