FLUTTER TASK6: ”ANIMATION_APP”

Prasuk Jain
Oct 26, 2020

Task Description:

I have to create a amazing and beautiful app using flutter with animations in the app.

In my flutter animation app, I created an app which takes input from the user that is user’s name and shows a beautiful animation with the name. and it also welcome the user in the app with a beautiful animation.

I used StateFul widget for creating the app. A stateful widget is dynamic: for example, it can change its appearance in response to events triggered by user interactions or when it receives data. Checkbox, Radio, Slider, InkWell, Form, and TextField are examples of stateful widgets. Stateful widgets subclass StatefulWidget.

I created my app’s home screen simple and and beautiful, which looks like this,

when user type his name, a red button appears on the screen for proceding further.

After clicking the red button animation with the app will appear in the app where name will be shown with ‘hii’ text. and after some seconds a beautiful welcome container appears on the app.

Here is the link of the video of Animation app. The video shows how my animation app looks and how its animate.

This is the link for the video:

THANK YOU

--

--