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 daef08253b94f5fd1e188e16fc0d9524d4f426d2.
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
Alberto
4a3584af93
chore: Moved didUpdateWidget calls first ( #96944 )
2022-01-21 10:50:19 -08:00
Marcel Kirchhoff
c1e24765d2
Call image stream listeners asynchronously if added asynchronously ( #95525 )
...
* Call image stream listeners with new flag
* Make _synchronousCall private
* Rename _synchronousCall parameter to be more descriptive and add more documentation
* Rename _hasInitialListeners to _addingInitialListeners and provide a better explanation
* Formatting fix
* Add tests
* Remove dependency on decoration_test.dart
* Simplify tests
* Remove empty line in comment
* Documentation
* Trigger tests
* Trigger tests
* Flip boolean value
2022-01-21 10:18:46 -08:00
Yegor
99a09be203
[web] validate WebDriver responses ( #96884 )
...
Validate WebDriver responses
2022-01-20 17:18:40 -08:00
Tong Mu
4e04e3ff42
[Keyboard] Dispatch solitary synthesized KeyEvent
s ( #96874 )
2022-01-20 15:55:18 -08:00
Sam Rawlins
2cdef81ecf
Use strict-raw-types analysis instead of no-implicit-dynamic ( #96296 )
2022-01-20 15:45:09 -08:00
Alberto
ee6a693cde
chore(flutter_test): updated 'matchesGoldenFile' documentation ( #96194 )
2022-01-20 15:25:20 -08:00
Swift Kim
91e3a5772f
Remove unused code from android_device.dart ( #95450 )
2022-01-20 14:55:18 -08:00
Danny Tuppeny
9d64e94a87
Fix SDK versions for Flutter packages in analyze tests ( #96950 )
...
Fixes https://github.com/flutter/flutter/issues/96931 .
2022-01-20 14:40:42 -08:00
Alberto
24439d9785
chore: added YouTube ref to docstring ( #96880 )
2022-01-20 12:35:13 -08:00
Ian Powell
a3bd76a7f3
Removing not applicable docs. ( #91899 )
2022-01-20 09:49:48 -08:00
Jenn Magder
ef8a841035
Take screenshot when drive fails to start app or test ( #96828 )
2022-01-19 21:35:19 -08:00
Dan Field
ffba5c425c
Print a more helpful error if DDS is enabled when running integration_test and enableTimeline is called ( #92509 )
2022-01-19 17:50:18 -08:00
Darren Austin
0cdd131cb7
Removed the date from the Next/Previous month buttons on the Date Picker. ( #96876 )
2022-01-19 16:41:20 -08:00
Taha Tesser
9006d201b7
Remove duplicate & missing commas ( #96844 )
2022-01-19 12:07:39 -08:00
Chinmoy
bead3432b7
Adds BorderStyle property to TabPageSelector ( #92436 )
2022-01-19 12:05:29 -08:00
Chinmoy
8d30177f4c
Prevents DropdownButton from applying borderRadius property to the ( #96695 )
2022-01-19 11:52:58 -08:00
Jenn Magder
114185f686
Pass 'build ios' device ID into xcodebuild ( #96669 )
2022-01-19 10:20:11 -08:00
stuartmorgan
25b2edbda0
Enable inline Dart plugin implementation on Desktop ( #96610 )
2022-01-19 09:35:23 -08:00
Jenn Magder
3c0f3f4ee1
Add boxes around version freshness alerts ( #96152 )
2022-01-18 17:28:32 -08:00
chunhtai
0d221dc22e
Clean up mouse region code ( #96636 )
...
* Clean up mouse region code
* remove even more code
2022-01-18 13:25:32 -08:00
Casey Rogers
f12c83ea3e
Fix animate to curve argument ( #96627 )
...
* copied over changes from
* copied over changes from
2022-01-18 13:11:25 -08:00
Greg Spencer
34b8cef5b2
Revert "feat: added custom padding in PopupMenuButton ( #96657 )" ( #96781 )
2022-01-18 12:10:19 -08:00
Jonah Williams
ba2f2c624f
Do not eagerly allocate inherited widget caches when initializing element tree ( #95596 )
2022-01-18 10:15:22 -08:00
wangying
3138cce7b2
feat: support configure a custom launch url for flutter web ( #95002 )
2022-01-18 09:50:20 -08:00
keyonghan
792a40ed83
Skip flaky test: background_isolate_test.dart: Hot restart kills background isolates ( #96678 )
2022-01-14 16:20:20 -08:00
Jenn Magder
219dd6ca38
Migrate assemble and integration_test_device to null safety ( #96630 )
2022-01-14 15:50:12 -08:00
Jonah Williams
dafda50c6a
[framework] remove hashcode override for Element ( #96644 )
2022-01-14 15:45:18 -08:00
Abdur Rafay Saleem
49c5871844
feat: added custom padding in PopupMenuButton ( #96657 )
2022-01-14 15:43:29 -08:00
Konstantin Scheglov
accd6abae5
Fix UNUSED_ELEMENT_PARAMETER for unused field formal parameter. ( #96684 )
2022-01-14 15:17:35 -08:00
Mahesh Jamdade
f97d9e0796
update adaptive slider docs ( #96599 )
2022-01-14 15:05:13 -08:00