IMGIITRoorkee / IMGIITRoorkee/Taskly
[Feat] Add Animations When Switching Between Screens
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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