Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/GeekyAnts/flutter-login-home-animation


https://github.com/GeekyAnts/flutter-login-home-animation

Last synced: about 2 months ago
JSON representation

Lists

README

        

# Flutter Login Home Animation

A new open-source Flutter project that enables the developer to quickly get started with the Flutter animation and application development. Here’s a GIF that shows a Flutter app that I created. It is a rebuild version of a UI design that I came across on [Dribbble](https://dribbble.com/shots/1945593-Login-Home-Screen).

This project contains the basic features of Flutter Animation that are required to build an amazing Flutter application.

You can also checkout the flow of animation and steps to design it briefly at our medium article [Flutter Login Animation](https://blog.geekyants.com/flutter-login-animation-ab3e6ed4bd19)

# Demo
![Demo](https://github.com/GeekyAnts/flutter-login-home-animation/blob/master/dribbbledanimation/ScreenGif/Login_Animation.gif)

## Getting Started
**Note:** Make sure your Flutter environment is setup.

#### Installation

In the command terminal, run the following commands:

$ git clone https://github.com/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

##### Check out Flutter’s online [documentation](http://flutter.io/) for help getting start with your Flutter Animation project.