-
Clone this repository to your local machine
git clone git@github.com:AyanDas-99/Flutter-animations.git
-
Move to the project folder
-
Run this command to install the reuqired packages
flutter pub get
-
Run this command to start the application
flutter run
On startup, you are presented with this screen from where you can choose one animation
Each file inside
lib/Screens/
has the code of the animations in each card, based on the index of the card you choose.
You can contribute with new animations by following the steps below:
- Create a new file with the animation in the
lib/screens/
folder. - In the
main.dart
file, add a new route to the file. - In the
main.dart
file, add aLink()
widget to theGridView()