Commit Graph

18842 Commits

Author SHA1 Message Date
Darren Austin
90d845c158 Updated skipped tests for scheduler directory. (#87873) 2021-08-09 11:05:27 -07:00
Jonah Williams
5792c7347c Use Device specific gesture configuration for scroll views (#87604) 2021-08-09 10:50:02 -07:00
Chibuzor Ojukwu
4f51f8e042 showModalBottomSheet documentation (#87929) 2021-08-09 10:15:03 -07:00
greymag
8d117c63dd Doc: default value for enableInteractiveSelection. (#87949) 2021-08-09 10:10:05 -07:00
Michael Thomsen
947d3b6d7b Run --update-packages (#87786) 2021-08-09 08:41:54 +02:00
LongCatIsLooong
d3bdbed498 [EditableText] preserve selection/composition range on unfocus (#86796) 2021-08-06 17:45:02 -07:00
嘟囔
bffa11e2b6 fix: fix BuildableMacOSApp pass no projectBundleId to super error (#87264) 2021-08-06 14:30:07 -07:00
Jenn Magder
28dfb44559 Add native iOS screenshots to integration_test (#84611) 2021-08-06 12:45:04 -07:00
Mahdi K. Fard
40e8620a27 Update dart preamble code. (#87557)
DataTable and Button NNBD docs fixes
2021-08-05 21:44:50 -07:00
Denis Grafov
6b32482b93 Make kMaterialEdges const (#87329) 2021-08-05 14:39:27 -07:00
Kate Lovett
7bbcdc239b Prevent Scrollbar axis flipping when there is an oriented scroll controller (#87698) 2021-08-05 13:10:06 -07:00
Darren Austin
225a43d941 Updated skipped tests for rendering directory. (#87700) 2021-08-05 11:32:48 -07:00
Jia Hao
e40d7e6ef4 Don't set the SplashScreenDrawable for new projects (#87619) 2021-08-04 23:15:04 -07:00
Kate Lovett
0f465e5b2a Revert "update ScrollMetricsNotification (#87421)" (#87693)
This reverts commit 52bf9dbbd7.
2021-08-04 17:59:50 -05:00
chunhtai
c38feb3b33 Router replaces browser history entry if state changes (#83509) 2021-08-04 15:30:04 -07:00
Taha Tesser
28f311ada9 [Documentation] Add AlignTransition interactive example (#87021) 2021-08-04 15:18:50 -07:00
Viren Khatri
f134f039c6 added autofocus and test (#87591) 2021-08-04 14:00:02 -07:00
Viren Khatri
dc6913042e changed Scrollbar to StatelessWidget (#87647) 2021-08-04 12:35:04 -07:00
LongCatIsLooong
0f4e1db7ed [Focus] defer autofocus resolution to _applyFocusChange (#85562) 2021-08-04 12:30:02 -07:00
keyonghan
c5f4f58640 Skip flaky test debugger_stepping_test (#87670) 2021-08-04 12:20:04 -07:00
Todd Volkert
6490a4e942 Add SerialTapGestureRecognizer (#83082)
This gesture recognizer can be used to recognize the classic
"onclick" behavior, where each tap in a series fires an event
with an incrementing "count" of how many taps have occurred
in series. This can in turn be used to build widgets that respond
to both tap and double-tap, or for widgets like the YouTube TV
player, where each subsequent tap in a series of >2 taps adjusts
the playhead another 15 seconds.

Fixes https://github.com/flutter/flutter/issues/81657
2021-08-04 12:12:38 -07:00
Yazeed AlKhalaf
e7fd092f7f 🔋 Enhance cupertino button fade in and fade out (#87139) 2021-08-04 10:30:05 -07:00
Lau Ching Jun
95217eb72a Add new hook for setupHotReload and after updating devFS is complete (#87532)
* Add new hook for setupHotReload and after updating devFS is complete

* Handle the case where updateDevFS failed
2021-08-03 21:09:56 -07:00
xubaolin
5a48a416b8 Update some Focus docs (#87561) 2021-08-03 18:25:05 -07:00
Greg Spencer
169bb1b73f Fix the sample code analyzer to properly handle missing_identifier errors (#87593)
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.

In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
2021-08-03 17:39:12 -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
Kate Lovett
1a76a01f0f Skip flaky test (#87589) 2021-08-03 14:35:03 -07:00
xubaolin
79d32877c9 fix the DropdownButtonFormField's label display bug when the hint is non-null (#87104) 2021-08-03 14:10:03 -07:00
Jonah Williams
0d3b44e835 [flutter] replace 'checked mode' with 'debug mode' (#87408) 2021-08-03 13:25:05 -07:00
Darren Austin
1b77fca735 Updated skipped tests for painting directory. (#87546) 2021-08-03 11:16:53 -07:00
Anna Gringauze
44d9af80cb Flutter_tools for web: report error messages with stacks on exit (#87386)
* Flutter_tools for web platform: report error messages with stacks on toolExit

Print error messages and stacks in verbose mode before calling
`throwToolExit` on communication errors to chrome and dwds.

This will help us disagnose CI flakes:

Helps: https://github.com/flutter/flutter/issues/84012
Closes: https://github.com/flutter/flutter/issues/87149

* Added tests

* Extend timeout for testing failure to connect to chrome

* Update rest of chrome tests to await until matching is finished
2021-08-03 10:51:35 -07:00
Jenn Magder
d1eff7f4e3 Add Cupterino button animation test (#87535) 2021-08-03 10:40:05 -07:00
Jenn Magder
f61074c230 Fix Cuptertino dialog test to check correct fade transition (#87533) 2021-08-03 10:35:05 -07:00
Greg Spencer
0151359c07 Fix some errors in snippets (#87528) 2021-08-03 10:20:04 -07:00
Nguyen Phuc Loi
31fd0f754f [flutter_driver] Remove runUnsynchronized in VMServiceFlutterDriver (#87467) 2021-08-02 21:45:02 -07:00
xubaolin
52bf9dbbd7 update ScrollMetricsNotification (#87421) 2021-08-02 21:40:04 -07:00
Darren Austin
5bdc698bb7 Updated skipped tests for material directory. (#87328) 2021-08-02 21:15:54 -07:00
Darren Austin
b375059ee7 Updated the skipped tests for cupertino package. (reland) (#87538) 2021-08-02 19:55:03 -07:00
Darren Austin
9664a109d9 Revert "Updated the skipped tests for cupertino package. (#87289)" (#87537)
This reverts commit faf774eb97.
2021-08-02 18:14:46 -07:00
Darren Austin
faf774eb97 Updated the skipped tests for cupertino package. (#87289) 2021-08-02 18:09:01 -07:00
Darren Austin
8322e178fa Revert "Added 'exclude' parameter to 'testWidgets()'. (#86397)" (#87515) 2021-08-02 18:05:04 -07:00
Rami
37c414dd8e Allow for customizing and theming extended FAB's TextStyle (#87498) 2021-08-02 14:55:03 -07:00
Angjie Li
22436cca0e Revert "Avoid passive clipboard read on Android (#86791)" (#87375) 2021-08-02 14:40:04 -07:00
Darren Austin
962f57f847 Updated skipped tests for foundation directory. (#87293) 2021-08-02 14:38:57 -07:00
Ahmed Ashour
92e02457d5 Handle reserved Kotlin keywords (#86518) 2021-08-02 14:35:05 -07:00
chunhtai
67cee63087 Add string attribute api to text span (#86667) 2021-07-30 15:49:04 -07:00
Jenn Magder
7424db448d Exclude arm64 from iOS app archs if unsupported by plugins on x64 Macs (#87362) 2021-07-30 14:44:04 -07:00
Tong Mu
6823a56bed Enable viewport_test.dart's shuffling (#87319)
This PR fixed the problem that has prevented viewport_test.dart being shuffled.
2021-07-30 14:23:46 -07:00
Cody Goldberg
ab6ce71402 [flutter_test/integration_test] added setSurfaceSize test coverage (#82712)
This PR includes an updated test case for integration_test and a new test case for flutter_test to ensure that hit tests transform properly when using setSurfaceSize, for both the IntegrationTestWidgetsFlutterBinding and LiveTestWidgetsFlutterBinding bindings.
2021-07-30 13:47:20 -07:00
xubaolin
46f160d559 update the scrollbar (#82687) 2021-07-30 13:19:04 -07:00