-
Notifications
You must be signed in to change notification settings - Fork 37
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
fix: high contrast themes: ListTile selected state is not distinguishable from non-selected state #941
Conversation
…shable from non-selected state Fixes #939
okay it works, but we have a new analyzer problem
when I remove it yaru_animated_icons.dart is missing the import O.o |
I moved all of the required imports for generated files into the animated_vector_annotations file, I think the yaru lib will need to update to not include other stuff inside those files |
|
Yeah, it looks like you just need to drop - import 'package:animated_vector/animated_vector.dart';
import 'package:animated_vector_annotations/animated_vector_annotations.dart';
- import 'package:flutter/widgets.dart'; |
no I dont think this works : D now I got 777 x Undefined class 'AnimatedVectorData'. |
I have just checked and the member is exported from the file, did you update every animated_vector dep and ran pub get/upgrade? Also try restarting the analyzer, I'm sure the member is exported |
jeeez, sorry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
the goldens test passes locally, we need the nightly for this I think so this can be ignored |
now the improved high contrast list tiles:
Fixes #939
Bonus:
Fixes #940