Skip to content

afgprogrammer/Flutter-page-transition-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Page Transition Animation, Application Design - Day 6

class Afgprogrammer extends Flutter100DaysOfCode {
  video() {
    return {
      "title": "Flutter Page Transition Animation, Application Design",
      "description": "Let's see how PageTransition animation works in flutter.",
      "day": 6,
      "videoLink": "https://youtu.be/KEUKRT9Xsls"
    }
  }
}

Youtube Video

Previous Designs

Checkout my Youtube channel

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

ScreenShot

 

Links