flutter beautiful login page ui design and animation – day 12
class day12 extends flutter100daysofcode {
video() {
return {
"title": "flutter beautiful login page ui design and animation",
"description": "let's see how we can design a login page ui and add some cool animation.",
"day": 12,
"videolink": "https://youtu.be/nhaiiamxtau"
}
}
}
previous designs
development setup
download the repository and run the following commands:
flutter pub get
flutter run
Comments are closed.