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

Animations docs #7

Closed KaustubhBiswas closed 1 year ago

KaustubhBiswas commented 1 year ago

Added AnimatedContainer widget in README.md

pr-explainer-bot[bot] commented 1 year ago

Pull Request Report

Hey there! I've created a report for your pull request. Let's dive in and see what we've got.

Changes

  1. Switched from master branch to main branch in line 23 of README.md.

Suggestions to Improve Code

  1. In line 29 of README.md, it would be better to provide a clickable link instead of just mentioning the YouTube video URL. You can use the following markdown syntax to create a clickable link: [video](https://www.youtube.com/watch?v=GXIJJkq_H8g&list=PLjxrf2q8roU2v6UqYlt_KPaXlnjbYySua).
  2. In line 56 of README.md, the word "animationns" seems to have a typo. It should be "animations".

Bugs

No bugs found. Great job!

Improvements

  1. In the section "Flutter Interpolation" of README.md, it would be helpful to provide a brief explanation of what interpolation means in the context of Flutter.
  2. In the section "Using AnimatedContainer" of README.md, it would be beneficial to explain the purpose of the selected property and how it affects the dimensions and color of the AnimatedContainer.

Rating

I would rate the code a 7 out of 10. The code is generally readable and well-structured. However, there are a few areas where additional explanations and improvements could enhance the overall clarity and understanding of the code.

That's it for the report! Let me know if you need any further assistance. Happy coding!

dev1abhi commented 1 year ago

Accepted.