FLUTTER ECOSYSTEM

GeekyAnts/flutter-login-home-animation

GeekyAnts/flutter-login-home-animation open-source repository details.

flutter-로그인-홈-애니메이션 프로젝트 이미지
Stars
1.3천
Forks
273
최근 푸시(UTC)
2026. 1. 31.
프로젝트 상태
활성
GeekyAnts India Pvt Ltd GitHub avatar
GITHUB Organization

GeekyAnts India Pvt Ltd ↗

Bangalore, India공식 웹사이트 ↗
언어DartObjective-CShellJava

순위

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

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.

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

Demo

Demo

About

This Flutter animation example is created by GeekyAnts, showcasing beautiful UI animations for login screens.

Flutter Development Services

Looking to build stunning Flutter applications? GeekyAnts offers:

Start your project

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 for help getting start with your Flutter Animation project.