18567 Commits

Author SHA1 Message Date
Christopher Fujino
f1e4018b58
[flutter_tools] explicitly enable macos-desktop in macos_content_validation_test.dart (#102009) 2022-04-15 20:14:08 -07:00
chunhtai
52fd2412f4
Reland "Add default selection style (#100719)" (#101954) 2022-04-15 16:44:07 -07:00
Kenzie Davisson
0d08756232
Register a service extension for profileUserWidgetBuilds (#101989) 2022-04-15 15:26:24 -07:00
Taha Tesser
638aae7b76
Add alignment parameter for persistentFooterButtons (#101297) 2022-04-15 13:54:06 -07:00
chunhtai
e16dc4440d
Revert "Fix Backbutton is not displayed when there is a endDrawer (#101869)" (#101998)
This reverts commit e2d12060a2bc574a3e1209e206d5cf031cdbc335.
2022-04-15 13:05:07 -07:00
Chris Yang
a8da7ced35
Hide default bundle id error when xcresult detects an error (#101993) 2022-04-15 11:44:08 -07:00
Jenn Magder
1756ccc541
Set template and migrate apps to iOS 11 minimum (#101963) 2022-04-15 11:34:08 -07:00
Pierre-Louis
b9528c057a
Remove trailing spaces in repo (#101191)
* Remove trailing spaces

* more

* empty commit
2022-04-15 14:06:30 +02:00
Jason Simmons
d05d43431e
Provide a flag for controlling the dart2js optimization level when building for web targets (#101945) 2022-04-15 00:19:06 -07:00
Jenn Magder
5b58d5c58f
Exclude armv7 from iOS add-to-app plugins (#101943) 2022-04-14 18:24:08 -07:00
Justin McCandless
916b2aa76b
Linux and Windows right clicking text behavior (#101588) 2022-04-14 17:44:06 -07:00
Kate Lovett
ea26272e2a
Revert "Fix reverse cases for App Bar scrolled under behavior (#101460)" (#101929)
merging now since it blocks flutter roll for too long
2022-04-14 15:58:05 -07:00
Mahesh Jamdade
c815aaed2f
adds isAttached getter to DraggableScrollableController (#100269) 2022-04-14 15:44:08 -07:00
Kate Lovett
33d143526e
De-dupe docs (#101934) 2022-04-14 15:39:10 -07:00
Anurag Roy
ae805de468
[flutter_tools] Remove usage of globals.flutterGit from version (#100744) 2022-04-14 14:44:09 -07:00
Jenn Magder
fe11f57c61
Detect ARM ffi CocoaPods bus error (#101796) 2022-04-14 14:34:10 -07:00
DetachHead
ba89942fb4
ignore prefer_final_parameters in generated_plugin_registrant template (#101253) 2022-04-14 14:19:09 -07:00
Kaushik Iska
aeaeded715
Add VMService command to get frame rasterization metrics (#100696) 2022-04-14 13:44:05 -07:00
Michael Goderbauer
329ceaef66
Use super parameters in templates (#101157) 2022-04-14 13:26:38 -07:00
Michael Goderbauer
d5cbb36c91
Migrate remaining files to super parameters (#101919) 2022-04-14 12:04:07 -07:00
chunhtai
95e52dac76
Revert "Add default selection style (#100719)" (#101921)
* Revert "Add default selection style (#100719)"

This reverts commit c8057bc5064f54c04cbe054f00904722a7233a63.

* update

* update
2022-04-14 11:31:39 -07:00
Tong Mu
c5e3e1cf5f
RawKeyboardMacos accepts a new field "specifiedLogicalKey" (#100803) 2022-04-14 11:24:11 -07:00
xubaolin
08e467dde7
Clipping if only one character text overflows (#99146) 2022-04-14 10:24:13 -07:00
chunhtai
e2d12060a2
Fix Backbutton is not displayed when there is a endDrawer (#101869) 2022-04-14 09:34:06 -07:00
Bruno Leroux
05759325ba
Fix InkWell highlight and splash sometimes persists (#100880) 2022-04-14 03:49:08 -07:00
Lau Ching Jun
c2dc92ca88
Default to the newer version path when checking Android Studio Java path (#101862) 2022-04-13 22:49:06 -07:00
Christopher Fujino
41b73894bc
Test framework for executable files (#101853) 2022-04-13 22:44:07 -07:00
Michael Goderbauer
51bcdb9407
super parameters for framework (#100905) 2022-04-13 22:38:40 -07:00
Kate Lovett
65a826728d
Correct docs to refer to replacement render object (#101858) 2022-04-13 14:24:07 -07:00
Yegor
52d17b6672
[web] remove timeout when waiting for browser to launch (#101843) 2022-04-13 13:38:51 -07:00
Jonah Williams
08a23498c1
Revert changes to opacity/fade transition repaint boundary and secondary change (#101844) 2022-04-13 13:24:06 -07:00
Christopher Fujino
fd5356ff60
[flutter_tools] shard out two integration tests we want to run on macOS arm64 (#101769) 2022-04-13 12:09:11 -07:00
Qun Cheng
02ae020e53
Removed extra the (#101837) 2022-04-13 12:04:08 -07:00
chunhtai
c8057bc506
Add default selection style (#100719) 2022-04-13 11:49:09 -07:00
Jonah Williams
83b99be096
Revert "[framework] use ImageFilter for zoom page transition" (#101838) 2022-04-13 10:44:11 -07:00
Jason Simmons
c62d103bb6
Always finish the timeline event logged by Element.inflateWidget (#101794) 2022-04-13 09:34:06 -07:00
Zachary Anderson
6190c5df09
Revert "Use the maven-publish plugin to publish AAR files. (#101276)" (#101827)
This reverts commit 2b0255f0d9f38f5671eaffe2438240ed048670cc.
2022-04-13 08:12:07 -07:00
Elsabe Ros
2b0255f0d9
Use the maven-publish plugin to publish AAR files. (#101276) 2022-04-12 22:19:08 -07:00
gaaclarke
fd73f2730c
made ascii string encoding faster (#101777) 2022-04-12 19:54:11 -07:00
Callum Moffat
30a501801a
Support trackpad gestures in framework (#89944)
* Implement trackpad gestures in framework

* Touch and Pan/Zoom pointers have separate IDs now

* Handle trackpad pointer device type

* Respect supportedDevices for pan/zoom events

* Update after rebase

* Fix check failures

* Avoid error with very short drags

* Address feedback

* Refactor drag event handler

* Address more feedback

* Add some missing punctuation
2022-04-12 19:47:01 -07:00
gaaclarke
38f360f91a
Increased WriteBuffers starting capacity to 64 bytes. (#101790) 2022-04-12 19:14:10 -07:00
Jonah Williams
9984ebbaee
[framework] use ImageFilter for zoom page transition (#101786) 2022-04-12 17:24:09 -07:00
gaaclarke
9124287060
removed obsolete timelineArgumentsIndicatingLandmarkEvent (#101382) 2022-04-12 17:04:08 -07:00
Jenn Magder
6ccd993976
Add flutter build ipa --no-codesign flag (#101766) 2022-04-12 14:49:09 -07:00
Jenn Magder
d4bfb01336
Do not build for iOS armv7 (#97341) 2022-04-12 14:44:09 -07:00
Jenn Magder
888208c1f4
Disallow flutter run-ing on 32-bit development devices (#97339) 2022-04-12 14:39:07 -07:00
Jonah Williams
ea19a77bff
[framework] elide ImageFilter layers when animation is stopped (#101731) 2022-04-12 13:54:10 -07:00
Jason Simmons
88246030ae
Add variable font axes to TextStyle (#100978) 2022-04-12 13:49:10 -07:00
Kate Lovett
17be6d73e6
Revert "Configurable padding around FocusNodes in Scrollables" (#101772) 2022-04-12 13:29:06 -07:00
Christopher Fujino
d07ce92b15
[flutter_tools] Re-land Dump backtrace on ios app startup timeout (#101763) 2022-04-12 13:24:04 -07:00