Commit Graph

18842 Commits

Author SHA1 Message Date
Callum Moffat
f70f0ae9bb PointerDeviceKind and ui.PointerChange forwards-compatibility (#97350)
* PointerDeviceKind and ui.PointerChange forwards-compatibility

* Add link to trackpad gestures issue

* Add TODO
2022-01-31 18:28:12 -08:00
Caio Agiani
29b44f79d9 packages: fix typos recieve => receive (#97488) 2022-01-31 08:43:15 -08:00
Viren Khatri
53771aba0c improve docs for testing dart fix (#97493) 2022-01-30 11:45:14 -08:00
Pierre-Louis
6bd0b95728 [Icons] Prevent double underscores after replacement (#96904)
* Prevent double underscores after replacement

* add test

* remove trailing space
2022-01-30 13:16:32 +01:00
Danny Tuppeny
4fa0e0d449 Make DAP tests more tolerant of output that didn't come from the app being tested (#97291)
Fixes #97238.
2022-01-29 10:03:31 +00:00
Christopher Fujino
da88baffd7 [flutter_tools] remove dummy implementation from abstract class .isEnabled() (#96888) 2022-01-28 16:40:12 -08:00
Taha Tesser
e5f9d5bd26 Update PopupMenuButton example (#96681) 2022-01-28 14:10:14 -08:00
chunhtai
3348a55035 fixes navigator to be able to handle route with duplicate page key in… (#97394) 2022-01-28 09:40:11 -08:00
Taha Tesser
cc2c902bcb Fix tappable area for DropdownButtonFormField & add InkWell to DropdownButton (#95906) 2022-01-28 07:20:24 -08:00
Taha Tesser
fc71ec55ee Add CupertinoTimerPicker Interactive Example (#93621) 2022-01-28 06:35:17 -08:00
Taha Tesser
120d25f786 RefreshIndicator: Add an interactive example (#97254) 2022-01-28 02:40:06 -08:00
Anurag Roy
4621dff892 Deprecate useDeleteButtonTooltip for Chips (#96174) 2022-01-27 22:20:13 -08:00
Kate Lovett
e854b8cc88 Update RawScrollbar to support the track (#97335) 2022-01-27 16:55:22 -08:00
Justin McCandless
40c4da5cb8 Revert "Re-land "Support Scribble Handwriting" (#96615) (#96881)" (#97405)
This reverts commit c54ce01575.
2022-01-27 16:11:02 -08:00
Jami Couch
c54ce01575 Re-land "Support Scribble Handwriting" (#96615) (#96881) 2022-01-27 15:10:21 -08:00
Danny Tuppeny
942de67838 Make remaining DAP tests null-safe (#97368) 2022-01-27 20:08:17 +00:00
Jonas Martinez
31ca4db525 Flutter web add support for NetworkImage headers (#85954) 2022-01-26 15:00:13 -08:00
Daco Harkes
0e2f51dfd0 FFI plugins (#96225) 2022-01-26 23:44:45 +01:00
Amir Panahandeh
42a8122314 Mirror before scaling in _AnimatedIconPainter (#93312) 2022-01-26 13:50:12 -08:00
Jonah Williams
8c1d9d7627 [framework] make HitTestEntry generic (#97175) 2022-01-26 13:10:20 -08:00
Zachary Anderson
657bca4b7f [tool] Use an arm64 Dart SDK on arm64 macOS (#97189) 2022-01-26 11:30:20 -08:00
Aliaksei Chorny
790ca116f9 Add splashRadius to PopupMenuButton (#91148) 2022-01-26 08:49:12 -08:00
Lau Ching Jun
1065826686 ProxiedDevice, connection to a remotely connected device via flutter daemon. (#95738)
Also allow daemon commands to pass binary streams
2022-01-25 23:46:14 -08:00
Kate Lovett
94d9b02deb Deprecate Scrollbar hoverThickness and showTrackOnHover (#97173) 2022-01-25 20:00:07 -08:00
Suhwan Cha
070a5a9b82 Use a more appropriate curve on ScrollsToTop (#96574) 2022-01-25 19:40:14 -08:00
Christopher Fujino
610b41e88c [flutter_tools] add validation of paths of contained files to os_utils _unpackArchive() (#96565) 2022-01-25 18:10:12 -08:00
Alexander Aprelev
752de49450 Fix hot-restart test by ensuring updated timestmamp is in the future. (#97247)
On Windows modified timestamps are round down to a second, which can lead to missed file updates.

Fixes https://github.com/flutter/flutter/issues/96677
2022-01-25 14:18:33 -08:00
Lasse R.H. Nielsen
b8fd21b04e Adds CommonFinders.bySubtype<T extends Widget>() finder. (#91415) 2022-01-25 12:35:14 -08:00
Jenn Magder
c1710723f7 Take drive screenshot on test failure before app is stopped (#96973) 2022-01-25 11:50:14 -08:00
Christopher Fujino
6b95add2fe [flutter_tools] auto-migrate dev users to beta (#97028) 2022-01-25 11:00:14 -08:00
Christopher Fujino
78de12b82f [flutter_tools] Fix bug in background_isolate_test.dart (#97170) 2022-01-25 09:55:10 -08:00
stuartmorgan
2dd8cb1ca2 Don't use example folder as a project type signal (#97157)
The code to generate platform files used to use the presence of an
'example' folder to determine whether or not a project was a plugin (in
which case that generation is bypassed). Later, robust detection was
added based on the pubspec.yaml `plugin` key, but the old check was left
in place. This creates false positives where people who add an example
folder to their app project start getting mysterious failures.

Since the pubspec check is definitive, there's no reason to continue to
use the presence of `example` as an indicator at all.

Fixes https://github.com/flutter/flutter/issues/87007
2022-01-24 19:28:38 -08:00
chunhtai
a676593881 relax routerReportsNewRouteInformation function signature (#97154) 2022-01-24 18:40:15 -08:00
dani
a88888e448 add direction to CupertinoPickerDefaultSelectionOverlay (#92959) 2022-01-24 18:15:04 -08:00
Jesús S Guerrero
75127a8007 [flutter_tools] support files in flutter analyze #96231 (#97021) 2022-01-24 17:10:16 -08:00
Jonah Williams
2978629eb2 [framework] remove extra casts from framework (#97155)
Remove cast from hit_test matrix code, linkedhashmap cast, and insertion sort cast
2022-01-24 16:24:17 -08:00
Kate Lovett
6b6cea65e2 Revert "PageView scroll physics to match Android (#95423)" (#97150)
This reverts commit daef08253b.
2022-01-24 17:51:46 -06:00
LongCatIsLooong
6949525554 Show keyboard after text input connection restarts (#96541) 2022-01-24 15:35:12 -08:00
Kate Lovett
03da339ffe Deprecate Scrollbar isAlwaysShown -> thumbVisibility (#96957) 2022-01-24 14:25:15 -08:00
Mateus Felipe C. C. Pinto
2f77111cf5 Export shadows to Icon API (#83638) 2022-01-24 13:40:15 -08:00
chunhtai
28ca7bd789 Allow current leader of layerlink to detach before the previous leade… (#96810) 2022-01-24 11:50:11 -08:00
Zachary Anderson
62e745612a Use frontend_server from the Dart SDK (#97078) 2022-01-24 11:34:57 -08:00
Zachary Anderson
761b109bc8 Adjust lipo thinning input/output for macOS (#97111) 2022-01-24 10:21:22 -08:00
Viren Khatri
0978b96ecd Adds CheckboxListTile.checkboxShape (#95714) 2022-01-24 08:58:01 -08:00
Taha Tesser
fd6547e121 ListTile: add themeable mouse cursor (#96740) 2022-01-24 08:55:00 -08:00
nt4f04uNd
daef08253b PageView scroll physics to match Android (#95423) 2022-01-22 13:30:19 -08:00
Pedro Massango
14bc5e8c53 Add closeDrawer and closeEndDrawer in ScaffoldState (#96960) 2022-01-22 10:02:33 +01:00
Taha Tesser
0b7fddaead Add ability to control if bottom child focus can be excluded in AnimatedCrossFade (#96593) 2022-01-21 16:15:18 -08:00
Michael Goderbauer
5684b9f69e Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
Taha Tesser
9b17b79e76 Explain how MaterialApp renders text style in absence of Material Widget (#96530) 2022-01-21 12:49:01 -08:00