Commit Graph

122 Commits

Author SHA1 Message Date
OutdatedGuy
a8cb8af857 Added newline at end of .gitignore files (#141270)
Added missing required newline at end of some `.gitignore` files. All other `.gitignore` files ends with a newline except the changed ones, hence the PR.

> *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*

**Not listing any issues because of trivial fixes as mentioned above.**
2024-01-12 23:22:11 +00:00
TabooSun
e8436970e6 Gen l10n add named argument option (#138663)
Add an option to use named argument for generated method.

Fix #116308
2024-01-05 21:28:08 +00:00
lsaudon
d46a8afc1a Add Lucas Saudon to AUTHORS (#139965)
Reference: [author:lsaudon](https://github.com/flutter/flutter/issues?q=author%3Alsaudon)
2024-01-03 18:31:59 +00:00
Mahdi Bagheri
5ae1baeb97 Add mhbdev to AUTHORS (#138311)
Reference: [author:mhbdev](https://github.com/flutter/flutter/issues?q=author%3Amhbdev)
2023-11-21 17:36:53 +00:00
Sabin Neupane
0a092daa22 Add Sabin Neupane to AUTHORS (#131237)
Reference: [author:sabin26](https://github.com/flutter/flutter/issues?q=author%3Asabin26)
2023-07-25 22:49:45 +00:00
林洵锋
883b06666f Add myself to AUTHORS (#127298)
I made a few contributions.
-
[flutter/flutter](https://github.com/flutter/flutter/issues?q=author%3ALinXunFeng)
-
[flutter/engine](https://github.com/flutter/engine/pulls?q=author%3ALinXunFeng)
2023-05-22 07:21:07 -07:00
Kim Jiun
e2a2046014 Update to add Kim Jiun to AUTHORS (#125026)
Adding my name (Kim Jiun) to Authors.

REF : https://github.com/flutter/flutter/pull/91496
Thanks!
2023-04-18 21:52:49 +00:00
Harish Anbalagan
0ac1813b16 Add Harish Anbalagan to AUTHORS (#124684)
Adding my name (Harish Anbalagan) to Authors.
2023-04-17 23:29:03 +00:00
Rydmike
bd524d9c1d Add Mike Rydstrom to AUTHORS (#124561)
Add Mike Rydstrom to AUTHORS
2023-04-11 21:52:04 +00:00
Bartek Pacia
88d16751d1 Add Bartek Pacia to AUTHORS (#123268)
Add myself to AUTHORS
2023-03-27 23:56:43 +00:00
André Sousa
02650cdba5 Update AUTHORS (#123266)
Update AUTHORS
2023-03-24 00:00:05 +00:00
Ian Hickson
98a3055010 Add documentation saying that people can add themselves to the AUTHORS file (#123061)
Add documentation saying that people can add themselves to the AUTHORS file
2023-03-22 18:57:02 +00:00
David Neuy
3681b27a47 Fix DataCell overflows when cell height is large by adding dataRowMinHeight, dataRowMaxHeight props. (#114338)
* Fix DataCell overflows when cell height is large by adding dataRowMinHeight, dataRowMaxHeight props.

* Fix DataCell overflows when cell height is large by adding dataRowMinHeight, dataRowMaxHeight props - add tests.

* Fix analysis errors

* Review changes.

* Add asserts for dataRowMinHeight and dataRowMaxHeight

* Add asserts for dataRowMinHeight and dataRowMaxHeight

* Make dataRowHeight a computed getter

* Remove get only dataRowHeight from hashCode...

* Update deprecated after

* Add new line at end of AUTHORS

* Apply suggestions from code review

* Update packages/flutter/test/material/data_table_test.dart

---------

Co-authored-by: Kate Lovett <katelovett@google.com>
2023-02-23 19:32:29 +00:00
Jan Kuß
4ad47fb470 Fix StretchingOverscrollIndicator not handling directional changes correctly (#116548)
* Fix overscroll behaviour of `StretchingOverscrollIndicator` on directional change while scrolling

* Remove trailing spaces

* Change naming of `_StretchDirection` values to `trailing` and `leading`

* Remove trailing space

* Apply suggestions from code review

* Fix stretching overscroll indicator direction on fling

* Fix issue when changing direction while recede animation is playing

* Remove trailing space

* Add test for changing direction during recede animation
2023-02-15 22:27:30 +00:00
Christopher Fujino
aed9b4adce Revert "Revert "Fix unable to find bundled Java version (#119244)" (#119981)" (#120107)
This reverts commit f7c2bd05f0.
2023-02-07 21:42:20 +00:00
godofredoc
f7c2bd05f0 Revert "Fix unable to find bundled Java version (#119244)" (#119981)
This reverts commit 57fd50f84e.
2023-02-04 02:57:53 +00:00
crasowas
57fd50f84e Fix unable to find bundled Java version (#119244) 2023-02-03 18:04:04 -08:00
ivirtex
ef40e3ea6f Add CupertinoSliverNavigationBar large title magnification on over scroll (#110127)
* Add magnification of CupertinoSliverNavigationBar large title

* Fix padding in maximum scale computation

* Apply magnification by using RenderBox

* Do not pass key to the superclass constructor

* Use `clampDouble` instead of `clamp` extension method

* Remove trailing whitespaces to make linter happy

* Name test variables more precisely

* Move transform computation to `performLayout` and implement `hitTestChildren`

* Address comments

* Address comments

* Address comments

* Update comment about scale

* Fix hit-testing

* Fix hit-testing again

* Make linter happy

* Implement magnifying without using LayoutBuilder

* Remove trailing spaces

* Add hit-testing of the large title

* Remove whitespaces

* Fix scale computation and some tests

* Fix remaining tests

* Refactor and fix comments

* Update comments
2022-12-08 17:15:09 +00:00
Jason C.H
a8b36c7da4 Fix windows version validator under Chinese (#116282)
* Fix windows version validator under Chinese

* Update authors

* Update RegExp to reduce groups

* Add a trailing newline
2022-12-06 17:41:09 +00:00
Tomasz Gucio
563e0a4aae Page Up / Page Down in text fields (#107602) 2022-10-25 16:54:10 +00:00
J-P Nurmi
28e0f089a2 Reland "[text_input] introduce TextInputControl" (#113758) 2022-10-24 07:23:32 -07:00
Zachary Anderson
9064bf674b Revert "[text_input] introduce TextInputControl (#76072)" (#113724)
This reverts commit 2fdfa29e08.
2022-10-19 15:00:00 -07:00
J-P Nurmi
2fdfa29e08 [text_input] introduce TextInputControl (#76072)
Allows the creation of virtual in-app keyboards written in Flutter.  Especially useful for embedded environments.
2022-10-04 15:23:12 -07:00
林军华
8e30cc9c56 Revert file naming convention of .aar files to support fuzzy matching in build.gradle (#112149) 2022-10-04 03:37:22 +00:00
fzyzcjy
bd8c86e62d Add my name to authors list (#111522) 2022-09-13 23:59:33 +00:00
Nguyen Phuc Loi
0cf9d41fc9 [flutter_driver] support send text input action (#106561)
* Support receive input action

* Fix error syntax

* Fix compile

* Add documents

* Add unit-test

* Update import

* Fixed unit-test and lint

* Add authors for me

* Fixed lint

* Fixed lint

* Add example

* Fixed lint

* Fix gen docs

* Revert code

* Remove flutter_dev

* Update packages/flutter_driver/lib/src/driver/driver.dart

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Update packages/flutter_driver/lib/src/common/action.dart

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Update packages/flutter_driver/lib/src/common/action.dart

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Rename ReceiveAction to SendTextInputAction

* Rename DriverTextInputAction to TextInputAction and fix unit-test

* Reorder import

* Remove space

* Reorder import

* Update text_input.dart

* Update flutter_driver_test.dart

* Update comment to normal comment after dart doc

* Update example

* Update AUTHORS

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Fix analyze

* Add type dart for example

* Add unit-test to check the same entries

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2022-07-14 17:21:11 -07:00
Elsabe Ros
606e91ad63 Use the maven-publish plugin to publish AAR files. (#101891) 2022-04-19 16:34:07 -07:00
Zachary Anderson
6190c5df09 Revert "Use the maven-publish plugin to publish AAR files. (#101276)" (#101827)
This reverts commit 2b0255f0d9.
2022-04-13 08:12:07 -07:00
Elsabe Ros
2b0255f0d9 Use the maven-publish plugin to publish AAR files. (#101276) 2022-04-12 22:19:08 -07:00
Jonathan Joelson
f2646b1589 Update semantics live region documentation (#99987) 2022-03-14 11:45:16 -07:00
Amir Panahandeh
42a8122314 Mirror before scaling in _AnimatedIconPainter (#93312) 2022-01-26 13:50:12 -08:00
Alberto
ee6a693cde chore(flutter_test): updated 'matchesGoldenFile' documentation (#96194) 2022-01-20 15:25:20 -08:00
LongCatIsLooong
9c23106711 Revert "Support Scribble Handwriting" (#96615) 2022-01-13 12:00:19 -08:00
Jami Couch
9490917408 Support Scribble Handwriting (#75472) 2022-01-11 11:00:12 -08:00
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
01afd64bcc Implemented getter to expose current url strategy for web plugins (#90708) 2021-10-13 10:48:05 -07:00
Casey Rogers
ee241ec140 Add my name to authors (#90413) 2021-10-12 15:08:03 -07:00
Denis Grafov
e95b5c22ef Update AUTHORS (#91477) 2021-10-08 12:47:13 -07:00
yk3372
d2c8b62351 make Elevated&Outlined&TextButton support onHover&onFocus callback (#90688) 2021-09-28 10:51:14 -07:00
Pradumna Saraf
a921c1cf3d Update AUTHORS (#90440)
* Update AUTHORS

* trigger checks
2021-09-22 16:41:19 +02:00
smitsk
93de90bc26 Revert "Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)" (#89822)
Improve the layout/sizing of InputDecorator
2021-09-16 15:37:11 -07:00
Zachary Anderson
71a4c6f8e8 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)
This reverts commit 5cf62e8445.
2021-09-08 11:26:02 -07:00
smitsk
5cf62e8445 Fix computeMinIntrinsicHeight in _RenderDecoration (#87404) 2021-09-02 15:26:02 -07:00
moko256
d0bfe170bf Use {{projectName}} as BINARY_NAME and CMake project name in UWP template (#87859) 2021-08-26 17:11:05 -07:00
Callum Moffat
6909c544d5 Don't synthesize primary pointer button unless buttons = 0 (#85808)
Some embeddings might send pointer events with buttons = 0x2 (right-click) for touch or stylus device kinds. If the primary button is synthesized for those events, they won't behave properly. Without this change it's not possible to trigger "secondary tap" events on a TapGestureRecognizer while using a stylus or on an iPad trackpad, since that recognizer will receive buttons = 0x3.
2021-07-19 12:48:17 -07:00
Karol
8ffe7c56d7 Fix painting material toggle (#78733) (#78744) 2021-06-21 16:46:02 -07:00
Mirko Mucaria
bce1706f1c Fix watchOS build when companion app is configured with xcode variable (#84519) 2021-06-17 14:14:03 -07:00
Alex Li
c8e5f4518f 📛 Update AUTHORS (#83159) 2021-06-02 12:39:03 -07:00
Alex
5efddae62a Update AUTHORS (#83162) 2021-06-02 12:24:03 -07:00
Marian Triebe
2d283504e6 Add cold boot option to emulator launch command (#82647) 2021-05-19 10:54:04 -07:00
Ludwik Trammer
bccacfed36 Fix problem with right-clicking on a right-to-left selection (#80186) 2021-04-18 09:19:04 -07:00