Flutter 登录主页动画
一个新开源的 Flutter 项目,它使开发人员能够快速启动 Flutter 动画和应用程序开发。这是一个展示我创建的 Flutter 应用的 GIF。
该项目包含构建出色的 Flutter 应用程序所需的 Flutter 动画的基本功能。
演示

入门
注意: 确保您的 Flutter 环境已设置。
安装
在命令终端中,运行以下命令
$ git clone https://github.com/GeekyAnts/flutter-login-home-animation/tree/master/
$ cd Flutter-LoginAnimation/dribbbledanimation
$ flutter run
模拟 iOS
方法一
Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.
方法二
Run the following command in your terminal.
$ open -a Simulator
$ flutter run
模拟 Android
Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run