-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RefreshIndicator] The valueColor
animation does not respect the alpha value of the given color
#134489
Closed
2 tasks done
Labels
f: material design
flutter/packages/flutter/material repository.
found in release: 3.13
Found to occur in 3.13
found in release: 3.14
Found to occur in 3.14
framework
flutter/packages/flutter repository. See also f: labels.
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
P2
Important issues not at the top of the work list
r: fixed
Issue is closed as already fixed in a newer version
team-design
Owned by Design Languages team
triaged-design
Triaged by Design Languages team
Comments
8 tasks
Reproducible using the code sample provided above. flutter doctor -v
|
danagbemava-nc
added
framework
flutter/packages/flutter repository. See also f: labels.
f: material design
flutter/packages/flutter/material repository.
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
team-design
Owned by Design Languages team
found in release: 3.13
Found to occur in 3.13
found in release: 3.14
Found to occur in 3.14
and removed
in triage
Presently being triaged by the triage team
labels
Sep 12, 2023
HansMuller
added
P2
Important issues not at the top of the work list
triaged-design
Triaged by Design Languages team
labels
Sep 13, 2023
danagbemava-nc
added
the
r: fixed
Issue is closed as already fixed in a newer version
label
Sep 15, 2023
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Mairramer
pushed a commit
to Mairramer/flutter
that referenced
this issue
Oct 10, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
f: material design
flutter/packages/flutter/material repository.
found in release: 3.13
Found to occur in 3.13
found in release: 3.14
Found to occur in 3.14
framework
flutter/packages/flutter repository. See also f: labels.
has reproducible steps
The issue has been confirmed reproducible and is ready to work on
P2
Important issues not at the top of the work list
r: fixed
Issue is closed as already fixed in a newer version
team-design
Owned by Design Languages team
triaged-design
Triaged by Design Languages team
Is there an existing issue for this?
Steps to reproduce
0xff
forRefreshIndicator.color
.[0, 1]
, rather than[0, color.alpha]
.flutter/packages/flutter/lib/src/material/refresh_indicator.dart
Lines 298 to 301 in 82cb749
Expected results
The alpha value should respect the given.
Actual results
The alpha value of the color was manipulated by the color tween, which was fixed to
[0, 1]
.Code sample
Screenshots or Video
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: