-
-
Notifications
You must be signed in to change notification settings - Fork 497
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
Feature Request: Replace CircularProgressIndicator with Spinkit #2338
Comments
Hello @RunTerror ,we incorporate new packages into our project only if it's challenging to implement a particular feature using existing packages. This approach ensures security, so loading indicator do the work for now. |
can we implement a shimmer effect or another animation. The current progress indicator undergoes shape changes, which can appear somewhat unconventional. |
yeah thats a bug need to be fixed you could work on that but i wouldnt suggest adding a whole new package just for this, do ask from @Cioppolo14 |
i have tried to create this animation with code only we are not using any package here. Screen.Recording.2024-01-20.at.15.43.26.movcan we implement this in our application directly |
@RunTerror I appreciate your effort to contribute to Talawa, please go through this comment before raising any issues. |
@RunTerror Thank you for your submission. I am going to close this issue for now. We are now focusing on three types of issues as priority areas:
We will only be accepting feature issues for deficiencies that are obviously lacking in the apps. These are things that make it very difficult to operate the apps. Even so, the PRs will still require you to understand testing as stated before. Cosmetic changes that require only a few lines of code are not acceptable under this policy. Closing |
In the provided image, we currently use a circular progress indicator for loading images.
Consider implementing the Spinkit package to showcase a loading animation that aligns seamlessly with the overall theme of our application.
The text was updated successfully, but these errors were encountered: