- 08 Sep, 2021 3 commits
-
-
Zachary Anderson authored
This reverts commit bf8e1270.
-
jacobsimionato authored
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>
-
Yash Johri authored
[CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (#89353) This PR adds visualDensity, focusNode and enableFeedback to: - CheckboxListTile - SwitchListTile - RadioListTile
-
- 07 Sep, 2021 3 commits
-
-
Anis Alibegić authored
-
Justin McCandless authored
Simplifying and refactoring parts of RenderEditable. Functionality is the same.
-
Emmanuel Garcia authored
-
- 05 Sep, 2021 2 commits
-
-
LongCatIsLooong authored
-
Jim Graham authored
-
- 04 Sep, 2021 2 commits
-
-
creativecreatorormaybenot authored
-
Chris Bracken authored
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
-
- 03 Sep, 2021 4 commits
-
-
arfy slowy authored
-
Kate Lovett authored
* Update overscroll indicator for reverse * Review feedback * Review feedback
-
Pierre-Louis authored
* Update .gitignore.tmpl * Add pubspec.lock * Exclude example/pubspec.lock * Address feedback
-
Varun Kamani authored
-
- 02 Sep, 2021 3 commits
-
-
smitsk authored
-
Jacob MacDonald authored
-
Craig Labenz authored
-
- 01 Sep, 2021 2 commits
- 31 Aug, 2021 6 commits
-
-
LongCatIsLooong authored
-
creativecreatorormaybenot authored
-
Alexander Dahlberg authored
Fixed leak and removed no-shuffle tag in test/widgets/scroll_aware_image_provider_test.dart (#88900)
-
Alexander Dahlberg authored
-
Alexander Dahlberg authored
-
Alexander Dahlberg authored
-
- 30 Aug, 2021 8 commits
-
-
James D. Lin authored
-
Kate Lovett authored
-
Alexander Dahlberg authored
-
creativecreatorormaybenot authored
-
chunhtai authored
Reland "Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. (#88814)" (#89184)
-
Rami authored
-
Sigurd Meldgaard authored
* Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools The top level `pub` commmand has been deprecated and will print a message. It is however implemented via the __deprecated_pub command that prints no message.
-
Tong Mu authored
This PR fixes KeyboardManager's key event synthesization logic, which were dispatching events with incorrect keys, making subsequent key events crash the app.
-
- 28 Aug, 2021 1 commit
-
-
Ian Hickson authored
-
- 27 Aug, 2021 6 commits
-
-
Craig Labenz authored
* changed controlsBuilder signature combined all parameters into ControlsDetails class * sample fixes * updates to docstrings * switched to positional argument for stepper.controlsbuilder * Merge branch 'master' into stepper-builder-fix
-
moko256 authored
-
嘟囔 authored
-
xubaolin authored
-
moko256 authored
-
Justin McCandless authored
Use the hasStrings clipboard method when possible instead of reading the contents of the clipboard.
-