18228 Commits

Author SHA1 Message Date
Viren Khatri
922bbfeed7
Adds onReorderStart and onReorderEnd arguments to ReorderableList. (#96049) 2022-02-23 04:24:21 -08:00
Alexander Dahlberg
4a2737401f
Fixed order dependency and removed no-shuffle-tag in build_ios_framew… (#94699)
* Fixed order dependency and removed no-shuffle-tag in build_ios_framework_test.dart

* Removed trailing spaces in build_ios_framework_test.dart

* Removed unnecessary formatting
2022-02-23 08:39:11 +01:00
Kate Lovett
cddd5524d4
Remove deprecated DayPicker and MonthPicker (#98543) 2022-02-22 18:19:15 -08:00
Darren Austin
3f52d5800a
Fixed some issues and clarified the docs for ReorderableListView. (#98954) 2022-02-22 17:07:48 -08:00
Bencze Balázs
a1a5c1496c
Add actionsOverflowAlignment parameter to dialog (#95995) 2022-02-22 16:26:20 -08:00
Emmanuel Garcia
f4fc2c87f7
Test that render object changed its visual appearance after texture is create (#98622) 2022-02-22 14:53:17 -08:00
chunhtai
94f6fd6ea8
Remove redundant hide handles API from TextSelectionDelegate (#98944) 2022-02-22 14:44:18 -08:00
Tomasz Gucio
e4351ff053
Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
Michael Goderbauer
79d435d018
Reland "Add more tests to slider to avoid future breakages (#98772)" (#98936) 2022-02-22 13:24:17 -08:00
chunhtai
fd41d419b4
Fix getOffsetForCaret to return correct value if contains widget span (#98542) 2022-02-22 12:29:22 -08:00
Kirolous Nashaat
9dc9cf57f2
Added optional parameter keyboardType to showDatePicker (#93439) 2022-02-22 11:45:06 -08:00
Anurag Roy
0277a46b80
Update comments for chip tests (#97476) 2022-02-22 11:14:21 -08:00
Tomasz Gucio
cd2413c2c3
Avoid unnecessary lambdas in SelectionOverlay.showHandles() (#98912) 2022-02-22 09:49:16 -08:00
Justin McCandless
3b05d80622
Spacebar and enter in EditableText work with Inkwells (#98469)
Fixes a bug especially with text fields in a ListTile where space and enter didn't work.
2022-02-22 09:11:08 -08:00
Zachary Anderson
54a9d65282
Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)"" (#98803) 2022-02-19 10:09:26 -08:00
Zachary Anderson
9aed29873a
Revert "Add more tests to slider to avoid future breakages (#98772)" (#98783)
This reverts commit baa2803fe1da00b18c47797abc31db230a64f5df.
2022-02-18 20:43:35 -08:00
Michael Goderbauer
baa2803fe1
Add more tests to slider to avoid future breakages (#98772) 2022-02-18 16:59:23 -08:00
Christopher Fujino
4b2e828924
[flutter_tools] deprecate the dev branch from the feature system (#98689) 2022-02-18 16:24:22 -08:00
Emmanuel Garcia
c8266d34f4
Improve Gradle retry logic (#96554) 2022-02-18 13:54:41 -08:00
Kate Lovett
f9921ebcda
Remove deprecated VelocityTracker constructor (#98541) 2022-02-18 13:49:17 -08:00
Ben Konyi
4add01ab68
Reland "Enable caching of CPU samples collected at application startup (#89600)" (#98769)
This reverts commit ac3c44355ae035b1e7f67881d956bcdfb8223e6f.
2022-02-18 13:28:42 -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
Christopher Fujino
081d960237
[flutter_tools] remove flaky web vm service test (#98540) 2022-02-18 11:54:23 -08:00
Taha Tesser
14a406f87a
Show RefreshIndicator on top when scroll's axis direction is up (matching native behaviour) (#93779) 2022-02-18 09:34:18 -08:00
Taha Tesser
c504797c42
Remove clipBehavior == Clip.none conditions (#98503) 2022-02-18 01:29:16 -08:00
Tim Sneath
5c7ca2e738
Remove "beta-quality" for Windows (#98614) 2022-02-17 16:44:23 -08:00
Kate Lovett
466b1e8d79
Remove deprecated UpdateLiveRegionEvent (#98615) 2022-02-17 16:24:19 -08:00
Kate Lovett
38dae1bfc0
Update stretching overscroll clip behavior (#97678) 2022-02-17 18:15:50 -06:00
Kate Lovett
8d25ddde19
Remove deprecated RectangularSliderTrackShape.disabledThumbGapWidth (#98613) 2022-02-16 17:50:13 -08:00
Michael Goderbauer
ac1fc234ea
Update example code and docs for InteractiveViewer.builder (#98623) 2022-02-16 17:25:17 -08:00
Mateus Felipe C. C. Pinto
7055becf39
Remove unused parameter and consequently unused variable (#98428) 2022-02-16 14:42:29 -08:00
Jenn Magder
cef6823637
Dump backtrace when cannot attach to observatory (#98550) 2022-02-16 14:10:18 -08:00
Taha Tesser
58ad6e1bef
Dismiss Modal Barrier on handleTapCancel (#98191) 2022-02-16 14:05:15 -08:00
Markus Aksli
0acfb216ac
Revert "Dismiss text selection toolbar with ESC (#98511)" (#98600)
This reverts commit 9407700aa4a843885d7acca324773f85e3766743.
2022-02-16 21:42:36 +02:00
Markus Aksli
919d20511c
Dismiss Autocomplete with ESC (#97790) 2022-02-16 10:25:08 -08:00
Markus Aksli
9407700aa4
Dismiss text selection toolbar with ESC (#98511) 2022-02-16 08:30:23 -08:00
chunhtai
286c9751d3
Add explanation to ChangeNotifier (#98295) 2022-02-15 18:15:18 -08:00
Renzo Olivares
8386344962
Hide toolbar when selection is out of view (#98152)
* Hide toolbar when selection is out of view

* properly dispose of toolbar visibility listener

* Add test

* rename toolbarvisibility

* Make visibility for toolbar nullable

* Properly dispose of toolbar visibility listener

* Merge visibility methods into one

* properly dispose of start selection view listener

* Add some docs

* remove unnecessary null check

* more docs

* Update dispose order

Co-authored-by: Renzo Olivares <roliv@google.com>
2022-02-15 13:48:13 -08:00
Michael Goderbauer
a454da0220
Revert "[performance] Process dirty nodes from top to bottom during paint to avoid unnecessary layer tree walks" (#98520) 2022-02-15 13:30:13 -08:00
Hans Muller
db4c98fcb0
Added a NavgationBar example with nested Navigators (#98440) 2022-02-15 13:28:47 -08:00
Christopher Fujino
4a11cc4b9c
[flutter_tools] do not validate maven upstream if cloud storage override provided (#98293) 2022-02-15 11:40:15 -08:00
Taha Tesser
fd4b1e86e8
CupertinoSlidingSegmentedControl: Add an interactive example (#98156) 2022-02-15 10:05:11 -08:00
Taha Tesser
7943ae5502
CupertinoSegmentedControl: Add an interactive example (#98154) 2022-02-15 09:30:19 -08:00
Taha Tesser
dfd42444e9
Update CupertinoTextField example (#93738) 2022-02-15 09:10:20 -08:00
Taha Tesser
60f039cb1c
Add ExpansionTileTheme (#98405) 2022-02-15 08:44:33 -08:00
Ben Konyi
2a2f973120
Update flutter_tools to look for new VM service message (#97683)
* Update flutter_tools to look for new VM service message

The Dart SDK will soon move away from the current Observatory message:

"Observatory listening on ..."

To a new message that no longer references Observatory:

"Dart VM Service listening on ..."

This change updates all tests with mocks to check for the new message
and also adds support for the new message in ProtocolDiscovery.

See https://github.com/dart-lang/sdk/issues/46756

* Fix some parsing locations

* Fix analysis failures

* Update message

* Remove extra comment

* Update message

* Add globals prefix
2022-02-15 07:33:57 -08:00
Taha Tesser
ee0bbf4789
Add CupertinoPicker interactive example (#93622) 2022-02-15 06:25:20 -08:00
Darren Austin
ca2a751661
Migrate NavigationBar to M3 tokens. (#98285) 2022-02-15 00:40:20 -08:00
Taha Tesser
ccaf51562f
Add custom size constraints parameter to PopupMenu (#97798) 2022-02-14 23:45:18 -08:00
Christopher Fujino
87fe3fe031
rename two unit tests that were not actually being run on CI (#98299) 2022-02-14 17:40:13 -08:00