7943 Commits

Author SHA1 Message Date
Darren Austin
fad7c36761
Removed ProgressIndicator accentColor dependency. (#77976) 2021-03-12 16:33:03 -08:00
Gary Roumanis
3f62915383
Update ClampingScrollSimulation to better match Android (#77497) 2021-03-12 16:23:05 -08:00
chunhtai
85b22ff594
Fix semantics node id overflow issue (#77287) 2021-03-12 16:18:05 -08:00
Jonathan Lau
5a27340c45
Add minWidth constraint to RawChip when materialTapTargetSize is padded (#77881) 2021-03-12 12:48:03 -08:00
Michael Goderbauer
d637b1874f
non-breaking changes for prefer_mixin lint (#77837) 2021-03-11 19:50:03 -08:00
Tong Mu
fa06b34024
Refactor: Move mouse cursor classes to "services" package (#77751) 2021-03-11 19:45:04 -08:00
Greg Spencer
95d3ac703f
Fix sample lint warnings (#77980)
Landing this on red to fix the build.

TBR=@justinmc
2021-03-11 17:22:14 -08:00
Greg Spencer
a8d820a46e
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868) 2021-03-11 16:45:03 -08:00
Jason Simmons
413c8a0b7b
Do not replace text with semantics labels in selectable text widgets (#77859) 2021-03-11 16:00:02 -08:00
Justin McCandless
541bff4058
Text Editing Movement Keys via Shortcuts (#75032)
Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup.  First PR in a plan to port all text editing keyboard handling to shortcuts.
2021-03-11 15:52:04 -08:00
Gary Qian
57dc5f294b
Rename 'moduleName' to 'componentName' (#77789) 2021-03-11 15:50:07 -08:00
Michael Debertol
8b889d3551
[DatePicker] Don't jump to the current month (#77739) 2021-03-11 15:45:02 -08:00
chunhtai
aaa7f8428a
Fix gesture recognizer in selectable rich text should be focusable in… (#77730) 2021-03-11 15:40:10 -08:00
Kate Lovett
38fd5af5f1
Exposing ScrollBehaviors for app-wide settings (#76739) 2021-03-11 15:35:07 -08:00
Chris Bracken
aee756ff1e
Update composing rect documentation (#77951)
The TextInput.setMarkedRect message was originally added to support
positioning the IME candidates menu on iOS, but is now used by iOS,
Windows, macOS, and Linux desktop embedders.
2021-03-11 15:32:27 -08:00
Darren Austin
aec2985c47
Removed RefreshIndicator accentColor dependency. (#77884) 2021-03-11 11:15:02 -08:00
Abhishek Ghaskata
3839329125
Adding checkbox demo (#75899) 2021-03-11 10:49:12 -08:00
Justin McCandless
216f9b59ee
ShaderMask on web for CupertinoContextMenu (#77864)
Now that ShaderMask works on web, enable it for CupertinoContextMenu and unskip relevant tests.
2021-03-11 10:35:32 -08:00
Justin McCandless
11c3c83c84
Spelling standardization: implementer (#77861) 2021-03-11 09:15:03 -08:00
Konstantin Scheglov
3e7b208512
Fix UNNECESSARY_TYPE_CHECK_TRUE hints. (#77753) 2021-03-10 17:55:02 -08:00
Zomtir
5baebb88ff
[Docs] RouteObserver<PageRoute> cannot subscribe ModalRoute (#77606) 2021-03-10 17:50:04 -08:00
chunhtai
f91ed2a30d
Adds set text semantics action to render editable (#77024)
* Adds set text semantics action to render editable

* addressing comments

* re-enable test

* fix test

* fix more test

* fix bad merge

* addressing comment

* update dynamic to Object?
2021-03-10 15:45:35 -08:00
Sam Rawlins
406f6bcc81
Remove unnecessary question marks (#77719) 2021-03-10 15:45:05 -08:00
Kate Lovett
e02621b997
Fix scrollbar hit testing based on pointer device kind (#77755) 2021-03-10 12:45:03 -08:00
Darren Austin
07e04484ea
Removed PaginatedDataTable accentColor dependency. (#77744) 2021-03-09 20:10:05 -08:00
Hans Muller
8c05c0a9d5
Removed Stepper accentColor dependency (#77732) 2021-03-09 20:05:02 -08:00
Darren Austin
48f5674085
Removed MaterialApp accentColor dependency. (#77652) 2021-03-09 13:50:03 -08:00
Viral Kachhadiya
99c75a7300
added final keyword (#77689) 2021-03-09 13:40:02 -08:00
LongCatIsLooong
fb2cffb07b
[Hero] toHero flightShuttleBuilder overrides fromHero flightShuttleBuilder (#77733) 2021-03-09 12:40:03 -08:00
Bishwajeet Parhi
3569536e84
fixed the bug (#77612) 2021-03-09 09:49:03 -08:00
Pierre-Louis
948ff0f2b0
[Fonts] Sort material icons (#76691)
* Update update_icons.dart

* Merge and simplify identifier rewrites

* Update update_icons.dart

* Update update_icons.dart

* Update update_icons.dart

* Add newline

* remove whitespace

* Copy instead of moving

* Fix typo

* Clean up code

Introduce fullFlutterId and fix a small dartdoc bug

* Update update_icons.dart

* Implement sorting

* Remove trailing spaces

* Revert "Remove trailing spaces"

This reverts commit c198a160678f636add30966a016383657ea76972.

* Revert "Implement sorting"

This reverts commit 0fac8c1f1c8ba1ce867f5d5205e3d6f751c08a89.

* Revert "Revert "Implement sorting""

This reverts commit 0f8ec2381ac87b44f43554d267783a5cc2375172.

* Revert "Revert "Remove trailing spaces""

This reverts commit c3ef8658799e4f7aab851ff830d62ca2bb9aba94.

* xx

* add braces
2021-03-09 16:14:18 +01:00
Pierre-Louis
698d438960
[Fonts] Improve update_icons script (#76532)
* Update update_icons.dart

* Merge and simplify identifier rewrites

* Update update_icons.dart

* Update update_icons.dart

* Update update_icons.dart

* Add newline

* remove whitespace

* Copy instead of moving

* Fix typo

* Clean up code

Introduce fullFlutterId and fix a small dartdoc bug

* Update update_icons.dart

* Implement sorting

* Remove trailing spaces

* Revert "Remove trailing spaces"

This reverts commit c198a160678f636add30966a016383657ea76972.

* Revert "Implement sorting"

This reverts commit 0fac8c1f1c8ba1ce867f5d5205e3d6f751c08a89.

* Remove trailing space

* Add bug number

* Rename 2d rewrite

* Add _replaceLast

* Add comment

* Simplify, remove fullFlutterId

* Remove IconStyle and reorder

* xx

* reorder
2021-03-09 07:53:21 +01:00
YeungKC
e352e08639
Add menuMaxHeight for DropdownButton (#76493) 2021-03-08 22:24:02 -08:00
LongCatIsLooong
8c009aa6b7
Add TextLeadingDistribution to TextStyle (#77001) 2021-03-08 20:09:02 -08:00
Hans Muller
49ff0d99d4
Removed ListTile accentColor dependency (#77004) 2021-03-08 14:39:02 -08:00
Harsh Bhikadia
70bf8e76da
[docs] added flutter-fix and dart-fix public links (#77463) 2021-03-08 13:09:03 -08:00
Jason Simmons
01776a3e5f
Declare NavigationRailDestination.label as non-nullable (#77427) 2021-03-08 12:54:03 -08:00
Abhishek Ghaskata
1c7f038dbb
Added ElevatedButton code sample (#76221) 2021-03-08 12:44:04 -08:00
Ian Hickson
e5322acc77
Change some dynamics to Object? and document slot better (#77026) 2021-03-05 18:39:04 -08:00
Michael Goderbauer
cb867bbedc
Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
Michael Goderbauer
807bb29888
enable prefer_function_declarations_over_variables lint (#77398) 2021-03-05 18:29:04 -08:00
Phil Quitslund
08bc8e69ce
fix Autovalidate enum references in fix data (#77419) 2021-03-05 15:44:04 -08:00
Kate Lovett
d75c2781c6
Fix missing root Scaffold check in ScaffoldMessenger (#77410) 2021-03-05 14:14:04 -08:00
Bharat Biradar
db162a47f3
Add supported custom font formats in official docs (#77230) 2021-03-05 13:29:03 -08:00
Tong Mu
a5262560d7
Revert "[showModalBottomSheet] fix: showModalBottomSheet does not move along keyboard (#71636)" (#77286) 2021-03-05 13:19:03 -08:00
Michael Goderbauer
ed755fba5e
Enable avoid_unnecessary_containers lint (#77294) 2021-03-04 15:29:03 -08:00
Kinarobin
6b500fa7f0
dispose image when cache clear (#76600) 2021-03-04 12:19:02 -08:00
creativecreatorormaybenot
8988c4e14c
Sort icon last (#76992) 2021-03-04 11:34:19 -08:00
Michael Goderbauer
67edb63d84
Re-land "Toggable Refactor (#76745)" (#77263) 2021-03-04 11:34:04 -08:00
Michael Goderbauer
7b251f5f37
Enable use_function_type_syntax_for_parameters lint (#77163) 2021-03-04 08:59:17 -08:00