- 19 May, 2023 1 commit
-
-
Kate Lovett authored
The deprecated OverscrollIndicatorNotification.disallowGlow has expired and is removed in the PR. The replacement is OverscrollIndicatorNotification.disallowIndicator. This deprecation was introduced in https://github.com/flutter/flutter/pull/87839 when the StretchingOverscrollIndicator was added. The name change made it clearer since there is now more than one overscroll indicator. This change is supported by dart fix. â Part of https://github.com/flutter/flutter/issues/127042
-
- 20 Apr, 2023 1 commit
-
-
Ian Hickson authored
I don't know what I was thinking when I wrote this code back in 2017 but this is so trivially fixable...
-
- 23 Mar, 2023 1 commit
-
-
Bernardo Ferrari authored
Convert `AndroidSemanticsAction` to enum.
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 21 Feb, 2023 2 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
* remove axes assertion * Update packages/flutter/lib/src/widgets/overscroll_indicator.dart
-
- 15 Feb, 2023 1 commit
-
-
Jan Kuß authored
* 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
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 09 Dec, 2022 1 commit
-
-
Callum Moffat authored
-
- 25 Oct, 2022 1 commit
-
-
youssef ali authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jul, 2022 1 commit
-
-
Kate Lovett authored
-
- 30 Jun, 2022 1 commit
-
-
Taha Tesser authored
-
- 17 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 16 Jun, 2022 1 commit
-
-
Taha Tesser authored
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 18 May, 2022 1 commit
-
-
gaaclarke authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 21 Mar, 2022 1 commit
-
-
Kate Lovett authored
-
- 02 Mar, 2022 1 commit
-
-
Kate Lovett authored
-
- 18 Feb, 2022 1 commit
-
-
Kate Lovett authored
-
- 10 Dec, 2021 1 commit
-
-
Ian Hickson authored
-
- 07 Oct, 2021 1 commit
-
-
Kate Lovett authored
-
- 04 Oct, 2021 1 commit
-
-
Greg Spencer authored
This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder. I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed. I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
-
- 23 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 20 Sep, 2021 1 commit
-
-
Kate Lovett authored
-
- 03 Sep, 2021 1 commit
-
-
Kate Lovett authored
* Update overscroll indicator for reverse * Review feedback * Review feedback
-
- 25 Aug, 2021 1 commit
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
- 11 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 Apr, 2021 1 commit
-
-
Kate Lovett authored
-
- 17 Mar, 2021 1 commit
-
-
Hans Muller 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)
-
- 05 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 22 Dec, 2020 1 commit
-
-
Justin McCandless authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* apply upcoming lint cast_nullable_to_non_nullable * make RenderObjectElement.renderObject non-nullable
-
- 15 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* Reland "Nnbd widgets (#64672)" This reverts commit 127e6790. * remove non-nullable enforcement on AsyncSnapshot * make data param non-nullable for AsyncSnapshot.withData * make some Text params non-nullable
-