Welcome to Flutter Animations! ✨⭐
We appreciate your interest in contributing to our repository.
Our Project is to make an app which contains various animations available in flutter.
- Fork this repository.
- Clone your forked repository to your local machine.
- Create a new branch for adding your animation.
- Add your Implementation of animation under
lib/Screens/
. - Take the scaffold from the
fade_in_fade_out
and only update the body part to show your animation. - Under
Screens/menuscreen
, add your in menuItems list. - In
controllers/drawercontroller
file, add your screen and switch case. - Check once if ur animation is working or not, by running the app.
- If something is breaking down, raise a issue and pin me
#dev1abhi
. - Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Open a pull request with a clear title and description.
Follow the coding style and guidelines of the project. Be consistent with existing code.