-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Replace CupertinoActivityIndicator with CircularProgressIndicator #151
Labels
stale
The item is going to be closed soon because of inactivity
Comments
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
Mar 6, 2024
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The app is very material and very cute. For some reason, the CupertinoActivityIndicator is being used at four locations anyway:
I would propose to replace these occurrences by a (material) CircularProgressIndictor in order to provide a more coherent experience.
To Reproduce
(It's not a bug but a feature request...)
grep -R "CupertinoActivityIndicator" /path/to/my/repo
Additional information:
Does not matter.
The text was updated successfully, but these errors were encountered: