Skip to content

3D visualization of a Debit card using Implicit Animation in Flutter

Notifications You must be signed in to change notification settings

aravindc5/Debit-Card-Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debitcard 3D Animation

Animated Debit Card

Output:

Screenrecorder-2020-07-23-19-00-39-937 1

Concepts used:

Implicit Animation:

"Implicit Animations" are animations that use one of the libraries built-in animation widgets to help with the animation. As the docs put it: "... implicit animations trade control for convenience—they manage animation effects so that you don’t have to". State management is implied here. An animation widget will have properties informing the look of the container.

Transform Widget:

The Transform widget gives us a few constructors to help simplify the creation of transformations. Common operations such as scaling, rotation or translation are all provided via constructors. The types of Transform widgets are: Transform (default constructor), Transform.rotate, Transform.scale, Transform.translate.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

3D visualization of a Debit card using Implicit Animation in Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages