A new open-source Flutter project that enables the developer to quickly get started with the Flutter animation and application development. I will be taking you through the steps to implement smooth animations in your Flutter Login Animation app with two screens. 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.
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone https://github.com/geekruchika/FlutterDribble-Animation
$ cd FlutterDribble-Animation/dribbledanimation
$ flutter run
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
Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run