Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 962 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 962 Bytes

Flutter Trip Application Design - Day 2

class Day2 extends Flutter100DaysOfCode {
  video() {
    return {
      "title": "Flutter Trip Application Design",
      "description": "Let's work with PageView and add some animation.",
      "day": 2,
      "videoLink": "https://youtu.be/uqm6U5_bcH0"
    }
  }
}

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