- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 21 May, 2021 1 commit
-
-
nt4f04uNd authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 22 Apr, 2021 1 commit
-
-
Greg Spencer authored
This adds a "three point" cubic curve that combines two cubic curves into one curve, where the control points are all in the same coordinate system. It's called "three point" because it incorporates a middle point that the curve runs through, and that point is in addition to the existing implicit (0,0) and (1,1) points that a Curve already has. I also added an example of this curve, which is just a more emphasized version of the easeInOutCubic.
-
- 15 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 08 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 03 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 10 Mar, 2021 1 commit
-
-
Sam Rawlins authored
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 29 Jan, 2021 1 commit
-
-
Tyler Norbury authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
[flutter] throw more specific error messages if a lerp'd type does not conform to Tween API (#74684)
-
- 24 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Dec, 2020 1 commit
-
-
Todd Volkert authored
-
- 14 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 09 Dec, 2020 1 commit
-
-
houyushan authored
-
- 08 Dec, 2020 1 commit
-
-
houyushan authored
Fix the duration assertion error for the _animateToInternal method and refine the error description (#71137)
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-
- 18 Oct, 2020 1 commit
-
-
nt4f04uNd authored
-
- 16 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* enable null_check_on_nullable_type_parameter and tighten_type_of_initializing_formals * fix CI
-
- 05 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 28 Aug, 2020 1 commit
-
-
Paul Berry authored
-
- 27 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 20 Aug, 2020 1 commit
-
-
Paul Berry authored
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 29 Jul, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate animation to nullsafety * nullable tween * fix generic type issue * address review comment
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 02 Jun, 2020 1 commit
-
-
VisheshAtWork authored
-
- 27 Mar, 2020 1 commit
-
-
Ferhat authored
-
- 13 Mar, 2020 1 commit
-
-
JosepBove authored
-
- 02 Mar, 2020 1 commit
-
-
Pierre-Louis authored
-
- 20 Feb, 2020 1 commit
-
-
Albertus Angga Raharja authored
This PR is a follow up of https://github.com/flutter/flutter/pull/42640 Some changes of that PR includes redundant changes using FlutterError.fromParts constructor even though it's not necessary. Some minor changes are: - Remove one unnecessary todo - Fix indent consistencies
-
- 10 Feb, 2020 1 commit
-
-
Greg Spencer authored
This PR modifies the existing API docs samples to use DartPad so that all of the samples are now interactive apps on the API docs site. It also removes the restriction for the max width of the description area so that the dartpad region can expand horizontally. I updated the first paragraph on the API docs to indicate that Flutter is more than just mobile now (same text as the README.md at the top level). I modified a few of the examples so that they looked nicer, and fit better on the page. I added the sample description text above each DartPad instance, since that often defines the context of the example. I removed animations and images when they were redundant with the sample content. There were a few that made sense to keep, so I did.
-