Christopher Fujino
cadb264d26
[flutter_tools] Catch more general XmlException rather than XmlParserException ( #107574 )
2022-07-13 22:38:07 +00:00
Christopher Fujino
b26346f2cc
fix null safe check in RenderIndexedStack ( #107581 )
2022-07-13 22:36:05 +00:00
dependabot[bot]
d949ca42e3
Bump github/codeql-action from 2.1.15 to 2.1.16 ( #107587 )
2022-07-13 22:34:05 +00:00
engine-flutter-autoroll
a2015480f4
Roll Flutter Engine from 54ceb8abc521 to ea31482f1540 (3 revisions) ( #107586 )
2022-07-13 22:08:07 +00:00
engine-flutter-autoroll
7f2c869655
Roll Flutter Engine from 563d3b0db8d9 to 54ceb8abc521 (1 revision) ( #107577 )
2022-07-13 21:18:07 +00:00
engine-flutter-autoroll
0913af9ba2
Roll Flutter Engine from 673d6b1cb102 to 563d3b0db8d9 (3 revisions) ( #107573 )
2022-07-13 20:24:07 +00:00
Flutter GitHub Bot
3bb93dc86c
Roll pub packages ( #107520 )
2022-07-13 17:58:07 +00:00
engine-flutter-autoroll
8e07433996
Roll Flutter Engine from 20038216ace4 to 673d6b1cb102 (19 revisions) ( #107562 )
2022-07-13 17:44:06 +00:00
Jonah Williams
a02cd540f6
Revert "[framework] SliverDecoration" ( #107561 )
2022-07-13 17:38:07 +00:00
Jason Simmons
95a5a8d741
Check for analyzer rule names instead of descriptions in a flutter_tools test ( #107541 )
...
The descriptions can change between different versions of the analyzer.
2022-07-13 09:53:40 -07:00
keyonghan
82b843b36f
Migrate bringup post-submit targets to cocoon scheduler ( #107483 )
2022-07-13 16:50:07 +00:00
engine-flutter-autoroll
984ed16316
Roll Plugins from ea14939cebdb to 19f566ba87aa (7 revisions) ( #107539 )
2022-07-13 15:56:08 +00:00
jensjoha
803ef6a456
Improve coverage speed by using new caching option for package:coverage ( #107395 )
...
Speedup coverage test runs by using (new) coverage handle with caching.
On a `flutter test --coverage` run on `packages/flutter` the runtime goes from ~828 seconds to ~617 seconds, or a ~25% reduction in time spent (testing without coverage takes ~236 seconds so the overhead of `--coverage` in this case goes from ~592 seconds to ~381 seconds, or a ~35% reduction).
2022-07-13 11:07:59 +02:00
Taha Tesser
c251856c89
Update ListTile
docs for color animation issues and add example ( #106955 )
2022-07-13 08:09:07 +00:00
Taha Tesser
c7ce24d345
Update ListTile
and ListTile
based widget docs for Material usage ( #107104 )
2022-07-13 08:07:05 +00:00
Taha Tesser
a2c2d1ad85
[PopupMenu]: Add menu ClipBehavior
( #107466 )
2022-07-12 23:21:05 +00:00
Renzo Olivares
329afbe9d8
updateEditingValueWithDeltas should fail loudly when TextRange is invalid ( #107426 )
...
* Make deltas fail loudly
* analyzer fixes
* empty
* updates
* Analyzer fixes
* Make it more obvious what kind of TextRange is failing and where
* update tests
* Add tests for concrete TextEditinDelta apply method
* trailing spaces
* address nits
* fix analyzer
Co-authored-by: Renzo Olivares <roliv@google.com>
2022-07-12 15:59:59 -07:00
engine-flutter-autoroll
2600b2d983
Roll Flutter Engine from 815f47563d6a to 20038216ace4 (2 revisions) ( #107494 )
2022-07-12 15:30:08 -07:00
Alexandre Ardhuin
93a74ca9f2
remove unused members in executable libs ( #107464 )
2022-07-12 21:41:08 +00:00
Youssef Attia
cfff88b26a
Remerge "Fixed AnimatedSwitcher chain produced duplicates" after fixing issues with g3
...
This reverts commit 1d2fa285a4704678f3f813ad8c6464749292de04.
2022-07-12 13:42:04 -07:00
Anurag Roy
e6f69add99
[flutter_tools] Replace android v2 embedding broken doc link ( #107456 )
2022-07-12 20:31:07 +00:00
engine-flutter-autoroll
16038ac69d
Roll Flutter Engine from 3a193e9f38a2 to 815f47563d6a (1 revision) ( #107484 )
2022-07-12 12:50:07 -07:00
engine-flutter-autoroll
b6bf7e5190
Roll Flutter Engine from 8249088e7590 to 3a193e9f38a2 (1 revision) ( #107478 )
2022-07-12 10:30:08 -07:00
engine-flutter-autoroll
b8fb92d050
Roll Plugins from 8ed5e3f3ce0c to ea14939cebdb (6 revisions) ( #107473 )
2022-07-12 09:05:08 -07:00
hangyu
b753476004
Add a snapAnimationDuration param in DraggableScrollableSheet ( #107396 )
...
* Add a snapAnimationDuration param in DraggableScrollableSheet
* snapAnimationDuration.inMilliseconds > 0
* Update draggable_scrollable_sheet.dart
2022-07-12 23:06:21 +08:00
engine-flutter-autoroll
d092601deb
Roll Flutter Engine from 3cab418bb66f to 8249088e7590 (1 revision) ( #107465 )
2022-07-12 07:00:08 -07:00
engine-flutter-autoroll
ecfe51e652
Roll Flutter Engine from 2ee0b934b9ff to 3cab418bb66f (1 revision) ( #107459 )
2022-07-12 04:45:06 -07:00
engine-flutter-autoroll
faabe2b6e5
Roll Flutter Engine from d7e69586fe00 to 2ee0b934b9ff (2 revisions) ( #107453 )
2022-07-12 03:05:07 -07:00
Danny Tuppeny
78d924af1d
[flutter_tools] [dap] Add support for passing env variables to spawned processes ( #107415 )
...
* [flutter_tools] [dap] Add support for passing env variables to spawned processes
* Use named args
* Use in-memory fs and FakePlatform
* Pass filesystem style to MemoryFileSystem
2022-07-12 10:04:08 +01:00
Taha Tesser
66cd09dd82
Update PopupRoute
docs and add an example ( #106948 )
2022-07-12 08:59:05 +00:00
engine-flutter-autoroll
a8d047923b
Roll Flutter Engine from b2873842f1cf to d7e69586fe00 (1 revision) ( #107449 )
2022-07-12 01:40:07 -07:00
engine-flutter-autoroll
77fa6d0e2c
Roll Flutter Engine from 7fa9e5ad45b7 to b2873842f1cf (1 revision) ( #107444 )
2022-07-11 21:40:05 -07:00
engine-flutter-autoroll
dc01ba7af1
Roll Flutter Engine from abe7b2ccc30d to 7fa9e5ad45b7 (2 revisions) ( #107439 )
2022-07-11 19:55:04 -07:00
Jonah Williams
881b27e836
[framework] SliverDecoration ( #107269 )
2022-07-12 02:23:05 +00:00
Michael Goderbauer
58e5750470
Persistent BottomSheet are not dismissible via a11y ( #107435 )
2022-07-12 01:21:04 +00:00
engine-flutter-autoroll
4ef6b8172e
Roll Flutter Engine from 30784c2e739b to abe7b2ccc30d (1 revision) ( #107433 )
2022-07-11 17:35:04 -07:00
engine-flutter-autoroll
2cbcaaddf3
Roll Flutter Engine from 50ee36a349bf to 30784c2e739b (1 revision) ( #107430 )
2022-07-11 16:05:06 -07:00
Darren Austin
50cde354c4
Expose the duration and curve for theme animation in MaterialApp. ( #107383 )
2022-07-11 15:11:37 -07:00
engine-flutter-autoroll
ed65b7e2c1
Roll Flutter Engine from f7ff8772d9b7 to 50ee36a349bf (1 revision) ( #107424 )
2022-07-11 13:55:10 -07:00
engine-flutter-autoroll
27959228ea
Roll Flutter Engine from 307e8712e9e6 to f7ff8772d9b7 (4 revisions) ( #107421 )
2022-07-11 12:50:06 -07:00
Jonah Williams
f980d6654e
Add a matcher for Matrix4 that includes epsilon ( #107326 )
2022-07-11 19:23:05 +00:00
engine-flutter-autoroll
acb0a47616
Roll Flutter Engine from 24a1b60e7fd1 to 307e8712e9e6 (1 revision) ( #107419 )
2022-07-11 11:45:06 -07:00
engine-flutter-autoroll
08457a3d7e
Roll Flutter Engine from 14fbf746bfa0 to 24a1b60e7fd1 (1 revision) ( #107417 )
2022-07-11 10:25:07 -07:00
Bryan Oltman
bf7df23350
Remove superfluous periods from pub --help
subcommand descriptions. ( #106925 )
...
* Remove periods from pub --help command descriptions
* Add trailing period consistently
* Remove added period from PackagesInteractiveGetCommand description
* Verify line ending for first line of command description
* Update _allowedTrailingPatterns to validate that lines end with only one period, bang, or colon
2022-07-11 13:06:31 -04:00
Casey Hillers
2a58bb7580
Revert "InputDecorator
: Switch hint to Opacity instead of AnimatedOpacity" ( #107406 )
2022-07-11 16:23:07 +00:00
engine-flutter-autoroll
975ec1045c
Roll Plugins from d07de9300b2d to 8ed5e3f3ce0c (5 revisions) ( #107411 )
2022-07-11 09:05:08 -07:00
engine-flutter-autoroll
0d209f2e4c
Roll Flutter Engine from 68689a5075d3 to 14fbf746bfa0 (1 revision) ( #107409 )
2022-07-11 08:30:09 -07:00
engine-flutter-autoroll
e17d28d7ab
Roll Flutter Engine from 2b5d5c3b2d7e to 68689a5075d3 (1 revision) ( #107403 )
2022-07-11 07:25:04 -07:00
Bruno Leroux
082ad11422
Fix TabController throws build scheduled during frame error ( #105442 )
2022-07-11 02:40:07 -07:00
engine-flutter-autoroll
40fc5e86d8
Roll Flutter Engine from 372d2f411b9c to 2b5d5c3b2d7e (1 revision) ( #107388 )
2022-07-11 02:05:06 -07:00