IMGIITRoorkee / IMGIITRoorkee/Taskly

[Feat] Add Animations When Switching Between Screens

Open
#18 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

easy
Dominant language
Dart
Stars
4
Forks
10
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
The current screen transitions in the app are abrupt and lack smoothness, which can make the user experience feel less polished. Adding animations would enhance the visual appeal and usability.

**Describe the solution you'd like**
Implement smooth and visually appealing animations when navigating between screens in the app. Possible animation styles include:
Slide Transition: The new screen slides in from the right, while the current screen slides out to the left.
Fade Transition: The current screen fades out, and the new screen fades in.
Scale Transition: The new screen scales up as it becomes visible.
Animations should be consistent and responsive to user interactions.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or navigation entry points are named. Start by locating the Flutter screen-navigation code and reviewing how transitions currently occur; done means screen changes use a consistent, responsive animation matching an agreed style.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.