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

ExplicitAnimations #20

Closed habeebputhiyakath closed 1 year ago

habeebputhiyakath commented 1 year ago

ExplicitAnimations

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

Pull Request Report

Greetings! 👋

Here's the report for the pull request:

Changes:

  1. Added import 'package:flutter_animations/Screens/explicit_animation.dart'; in lib/Controllers/drawercontroller.dart file.
  2. Added final mainScreen7 = ExplicitAnimations(); in MyDrawerController class in lib/Controllers/drawercontroller.dart file.
  3. Added import 'package:flutter_animations/controllers/drawercontroller.dart'; and import 'package:flutter_animations/helpers/colors.dart'; in lib/Screens/explicit_animation.dart file.
  4. Created ExplicitAnimations class in lib/Screens/explicit_animation.dart file.

Suggestions to Improve Code:

Bugs:

Improvements:

Code Refactoring:

IconButton(onPressed: () {
  setState(() {
    shouldRefresh = !shouldRefresh;
  });
},
icon: Icon(Icons.refresh_rounded))

Rating:

I would rate the code a 7 out of 10 based on the following criteria:

That's all for the report! Let me know if you need any further assistance. 😄

dev1abhi commented 1 year ago

Accepted and merged.