From b2dc6ec21ccaa54f8facf02aa0a8cde46a41e6c5 Mon Sep 17 00:00:00 2001 From: Ayan Das <86493736+AyanDas-99@users.noreply.github.com> Date: Thu, 4 May 2023 22:37:55 +0530 Subject: [PATCH] Update README.md Add contribution guide --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2030b9a..26549c4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ On startup, you are presented with this screen from where you can choose one animation -![Screenshot from 2023-04-23 12-44-12](https://user-images.githubusercontent.com/86493736/233825559-3ca7b024-f3f0-419d-b58d-1dd3a65d7eca.png) +![Screenshot from 2023-05-04 22-24-19](https://user-images.githubusercontent.com/86493736/236273146-e5a8c9e4-9b67-4f7e-84d7-ff765c53a1ba.png) Each file inside @@ -31,6 +31,8 @@ Each file inside You can contribute with new animations by following the steps below: -1. Create a file named - `lecture{lecture_number}.dart` in the - `lib/Screens/` folder, where {lecture_number} is the number after the last animation is. +1. Create a new file with the animation in the `lib/screens/` folder. +2. In the `main.dart` file, add a new route to the file. +3. In the `main.dart` file, add a `Link()` widget to the `GridView()` + +#### Please create a new branch before submitting a PR