flutter login home animation
login home animation, a new open-source flutter project that enables the developer to quickly get started with the flutter animation and application development.
this project contains the basic features of flutter animation that are required to build an amazing flutter application. view documentation
here’s a gif that shows a flutter app that i created.
gif
getting started
note: make sure your flutter environment is setup.
installation
in the command terminal, run the following commands:
$ geekyants/flutter-login-home-animation/tree/master/
$ cd flutter-loginanimation/dribbbledanimation
$ flutter run
simulate for ios
method one
open the project in xcode from ios/runner.xcodeproj.
hit the play button.
method two
run the following command in your terminal.
$ open -a simulator
$ flutter run
simulate for android
make sure you have an android emulator installed and running.
run the following command in your terminal.
$ flutter run
Comments are closed.