Commit Graph

18842 Commits

Author SHA1 Message Date
xubaolin
b2550fe5fa fix a dropdown button menu position bug (#89199) 2021-09-10 20:17:04 -07:00
Kate Lovett
4ec75580fb Revert clamping scroll simulation changes (#89885) 2021-09-10 16:02:02 -07:00
Phil Quitslund
975fcc1f2f master->main deafult branch migration (#89782) 2021-09-10 15:42:03 -07:00
Souvik Biswas
e7b1b2065d [Docs: Integration Test Readme] Updated with proper commands (#88214)
* Updated with proper docs

* Add the casting
2021-09-10 12:12:20 -07:00
Chase Latta
aed4315a7d Replace amber_ctl with pkgctl for Fuchsia (#89785)
Fuchsia is deprecating amber_ctl and replacing it with pkgctl.
This change removes the FuchsiaAmberCtl class and replaces it
with the FuchsiaPkgctl class and updates the usages appropriately.

BUG: fxbug.dev/83865
2021-09-10 10:33:45 -07:00
Jason Simmons
eb5ae39f13 Skip the drawShadow call in a MergeableMaterial with zero elevation (#89699) 2021-09-10 10:22:02 -07:00
Jason Simmons
2004afae06 Use async timeline events for the phases of the scheduler binding (#88825) 2021-09-10 10:17:05 -07:00
BambinoUA
7736b9eef0 Don't display empty tooltips (Tooltips with empty message property) (#87638) 2021-09-10 10:12:03 -07:00
Jason Simmons
77c2705991 Restore the default value of scrollDirection after each test in dismissible_test (#89861)
See https://github.com/flutter/flutter/issues/85160
2021-09-10 09:45:51 -07:00
Alex Fourman
a54b10254a fixes DropdownButton ignoring itemHeight in popup menu (#88574) (#88576) 2021-09-09 21:22:02 -07:00
Alexander Dahlberg
baecbdfe14 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (#89477) 2021-09-09 21:12:02 -07:00
Jenn Magder
51588ab808 Set plugin template minimum Flutter SDK to 2.5 (#89695) 2021-09-09 20:42:03 -07:00
Jenn Magder
84086d8a9c Clean up null assumptions in vmservice for null safe migration (#89009) 2021-09-09 19:32:02 -07:00
creativecreatorormaybenot
4015de94e7 Add & improve DropdownButtonFormField reference to DropdownButton (#89079) 2021-09-09 17:52:09 -07:00
creativecreatorormaybenot
2334a9b6b0 Add all cubics to Cubic class doc (#89076) 2021-09-09 17:47:04 -07:00
Alexander Dahlberg
ed92f1890e Fixed leak and removed no-shuffle tag in dismissible_test.dart (#88933) 2021-09-09 17:42:05 -07:00
xubaolin
ba734ed63c PageView resize from zero-size viewport should not lose state (#65015) 2021-09-09 17:37:04 -07:00
Jenn Magder
855af29084 Migrate ios_deploy to null safety (#88851) 2021-09-09 17:32:05 -07:00
Jenn Magder
b2889091e5 Increase integration_test package minimum iOS version to 9.0 (#89621) 2021-09-09 15:32:33 -07:00
creativecreatorormaybenot
1d862ec7ea Document AssetBundle loadString Decoding Behavior (#88822) 2021-09-09 14:02:13 -07:00
LongCatIsLooong
52b49427de Document FIFO ordering guarantee (#89441) 2021-09-09 13:57:04 -07:00
Jason Simmons
a14be9d290 Run the flutter_tools create test in online mode before testing offline mode (#89779)
Offline pub assumes that the pub cache contains all needed packages.  Running
"flutter create" in online mode first will ensure that the pub cache is populated.

Fixes https://github.com/flutter/flutter/issues/89759
2021-09-09 13:31:37 -07:00
Kate Lovett
000f4444b8 Update ScaffoldMessenger docs for MaterialBanners (#89700)
* Update scaffold messenger docs for material banners

* Typos
2021-09-09 10:11:07 -07:00
Jenn Magder
58944e6b88 Revert "Enable caching of CPU samples collected at application startup (#89600)" (#89704)
This reverts commit 619121b095.
2021-09-08 19:37:34 -07:00
Ben Konyi
619121b095 Enable caching of CPU samples collected at application startup (#89600) 2021-09-08 17:22:04 -07:00
xubaolin
cec1457476 fix a DraggableScrollableSheet bug (#89335) 2021-09-08 17:17:06 -07:00
Dan Field
1745402d76 Document multi-timeline usage (#88604) 2021-09-08 17:12:04 -07:00
creativecreatorormaybenot
d4c3c7efcd Fix (Vertical)Divider samples & docs (#89062) 2021-09-08 15:32:04 -07:00
Jenn Magder
34ba64738e Clean up null assumptions in devfs to prep for null safety migration (#88934) 2021-09-08 15:27:05 -07:00
Alexander Dahlberg
4dba7d839b Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (#88824) 2021-09-08 15:22:06 -07:00
J-P Nurmi
40b33e238b Autocomplete: support asynchronous options (#88193) 2021-09-08 15:17:04 -07:00
Ben Konyi
41101b7058 Update DDS to 2.1.2 (#89591) 2021-09-08 12:57:03 -07:00
Zachary Anderson
71a4c6f8e8 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)
This reverts commit 5cf62e8445.
2021-09-08 11:26:02 -07:00
Zachary Anderson
b0816e6364 Revert "Implement operator = and hashcode for CupertinoThemeData (#89604)" (#89670)
This reverts commit bf8e1270a7.
2021-09-08 10:54:31 -07:00
jacobsimionato
bf8e1270a7 Implement operator = and hashcode for CupertinoThemeData (#89604)
This fixes #71222

* Implement operator = and hashcode for CupertinoThemeData and CupertinoTextThemeData which CupertinoThemeData depends on.
* Add basic tests for CupertinoThemeData equality and hashcode.

I also manually tested the case mentioned in #71222, e.g. equality of ThemeData(cupertinoOverrideTheme: someTheme)

Co-authored-by: Jacob Simionato <jsimionato@google.com>
2021-09-08 13:45:04 -04:00
Yash Johri
36c51cb6d7 [CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (#89353)
This PR adds visualDensity, focusNode and enableFeedback to:

- CheckboxListTile
- SwitchListTile
- RadioListTile
2021-09-08 09:43:22 -07:00
Anis Alibegić
a753d09cc9 Fixed several typos (#89485) 2021-09-07 14:56:04 -07:00
Justin McCandless
2382b4c046 Text Editing Model Refactor (#86736)
Simplifying and refactoring parts of RenderEditable. Functionality is the same.
2021-09-07 14:12:38 -07:00
Emmanuel Garcia
50b0037803 Remove files that are unnecessary in a plugin (#89445) 2021-09-07 11:11:05 -07:00
LongCatIsLooong
33755f203d [autofill] opt-out instead of opt-in (#86312) 2021-09-05 13:16:01 -07:00
Jim Graham
abfb889fff Add raster cache metrics to timeline summaries (#89393) 2021-09-04 18:31:03 -07:00
creativecreatorormaybenot
ca6a06e287 Fix RadioThemeData documentation issues (#89064) 2021-09-04 12:51:02 -07:00
Chris Bracken
1c36271b05 Reduce required Windows CMake version to 3.14 (#89390)
When we landed the CMake minimum requirement constraint for Visual
Studio 2019, we landed it with minimum version 3.15, since that's what
was shipping with the current version of VS 2019 at the time. Looking at
the release notes of earlier versions, it's clear that earlier versions
of Visual Studio 2019 shipped with version 3.14. See:
https://devblogs.microsoft.com/cppblog/visual-studio-cmake-support-clang-llvm-cmake-3-14-vcpkg-and-performance-improvements/

Looking at release notes for CMake 3.15, there are no features/fixes
introduced in that version that we are dependent on.
https://cmake.org/cmake/help/latest/release/3.15.html

Issue: https://github.com/flutter/flutter/issues/88589
2021-09-03 21:05:58 -07:00
arfy slowy
202fc02ca1 fix: typo spelling grammar (#88439) 2021-09-03 15:09:31 -07:00
Kate Lovett
e92f7cd8fe Update StretchingOverscrollIndicator for reversed scrollables (#89242)
* Update overscroll indicator for reverse

* Review feedback

* Review feedback
2021-09-03 16:29:43 -05:00
Pierre-Louis
1298a9fd54 Adjust plugins and packages .gitignore to be most useful (#88991)
* Update .gitignore.tmpl

* Add pubspec.lock

* Exclude example/pubspec.lock

* Address feedback
2021-09-03 20:22:35 +02:00
Varun Kamani
3bf1bde917 typo fixed in Wrap.debugFillProperties for crossAxisAlignment (#89436) 2021-09-03 10:40:09 -07:00
smitsk
5cf62e8445 Fix computeMinIntrinsicHeight in _RenderDecoration (#87404) 2021-09-02 15:26:02 -07:00
Jacob MacDonald
383930c2bc update package dependencies (#89381) 2021-09-02 14:41:05 -07:00
Craig Labenz
fb56442de7 fix: Preserve state in horizontal stepper (#84993) 2021-09-02 14:36:16 -07:00