2023-05-07 20:37:21 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-05-07 20:37:21 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-19 22:45:12 +05:30
2023-04-21 21:35:01 +05:30
2023-04-21 21:35:01 +05:30
2023-05-04 22:37:55 +05:30

Flutter Animations

Each Screen shows a simple animation which uses one basic flutter animation principle

How to get started

  • 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

Referring

On startup, you are presented with this screen from where you can choose one animation

Screenshot from 2023-05-04 22-24-19

Each file inside lib/Screens/ has the code of the animations in each card, based on the index of the card you choose.

Contributions

You can contribute with new animations by following the steps below:

  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

Description
Learning the basic of animation in flutter
Readme 556 KiB
Languages
Dart 51.5%
C++ 23.9%
CMake 19.8%
HTML 2%
C 1.5%
Other 1.3%