dev1abhi / Flutter-Animations

We are trying to make a flutter app, which has example of every flutter animation available. Currently has 11+ unique animations.
MIT License
12 stars 15 forks source link

Added Loading Animation #26

Closed Redvey closed 1 year ago

Redvey commented 1 year ago

Hacktober Fest 2023

  1. Added New Animation: Loading Animation-> it displays a circular loading animation with a button to start functioning (currently set to 86%).

https://github.com/dev1abhi/Flutter-Animations/assets/128305006/507da9da-a6b9-4315-82cb-8eac7fddc99c

  1. FIXED: While working, I found an issue in the menu section, the last 2 options had no spaces between leading to bad user experience and functionality as they both navigated to the same page. I fixed it by separating them, and it's all fine now. THEN-> Screenshot 2023-10-19 at 9 01 17 PM

    Now->

    Screenshot 2023-10-19 at 10 00 20 PM
pr-explainer-bot[bot] commented 1 year ago

Pull Request Report

Changes

  1. Added a new animation: Loading Animation. It displays a circular loading animation with a progress of 86%.
  2. Fixed an issue in the menu section where the last 2 options had no spaces between them, causing a bad user experience and functionality. They were both navigating to the same page. I separated them to resolve the issue.

Suggestions

Bugs

Improvements

Rating

Great job overall! The code is readable and well-structured. The performance is good, and there are no security concerns. Keep up the good work!

dev1abhi commented 1 year ago

Accepted & Merged. Thanks for contributing.