mirror of
https://github.com/AyanDas-99/Flutter-animations.git
synced 2025-07-03 07:47:00 +08:00
Update README.md
Add contribution guide
This commit is contained in:
10
README.md
10
README.md
@ -21,7 +21,7 @@
|
||||
|
||||
On startup, you are presented with this screen from where you can choose one animation
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user