Skip to content
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

Bugfix: Shimmer remove #7

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Bugfix: Shimmer remove #7

merged 1 commit into from
Mar 21, 2024

Conversation

nemoforte
Copy link
Collaborator

The purpose of this branch is to remove "shimmer" package because it was slowing down and glitching the application. All Shimmers were replaced with stateless Containers.

List of changes:

  • removed "shimmer" package from pubspec.yaml
  • created loading_container.dart class to define the Container for loading in one class
  • replaced all usages of Shimmer with LoadingContainer throughout the app

The purpose of this branch is to remove "shimmer" package because it was slowing down and glitching the application. All Shimmers were replaced with stateless Containers.

List of changes:
- removed "shimmer" package from pubspec.yaml
- created loading_container.dart class to define the Container for loading in one class
- replaced all usages of Shimmer with LoadingContainer throughout the app
@kronikarz kronikarz merged commit 82987b9 into dev Mar 21, 2024
3 checks passed
@kronikarz kronikarz deleted the mj-bugfix/shimmer-remove branch March 21, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants