Skip to content

slamdon/flutter-starter

Repository files navigation

Flutter Starter

Flutter Practice - Medium

Tap Counter

Tap Counter

Features

  • show title in navigation bar
  • FlatButton tap event
  • show tap count in Text

Blog / Source Code


Image List

flutter-image-list

Features

  • List
  • Show image and text

Blog / Source Code


Drawer

flutter-drawer-example

Features

  • side menus (draw) change widget
  • show names in list
  • send data to new widget

Blog / Source Code


Dark Mode (夜間模式播放器)

Dark Mode

Features

  • change theme in menu
  • load mp4 with url
  • use FlatButton to play and pause video player
  • add permissions to app
  • add video player dependency

Blog / Source Code


Animation

Animation Examples

Features

  • size animation
  • draggable card
  • transition

Blog / Source Code


SMS Code Input Example

sms code input example

Features

  • TextField round border
  • show number keyboard
  • get next TextField focused after input
  • hide keyboard when finished input
  • show AlertDialog with numbers when tap OK button
  • hide keyboard when tap screen ( white color area)

Blog / Source Code


Custom Image Carsouel

flutter image carsouel

Features

  • horizontal swipe images
  • when swipe image, indicator dot change color
  • when tap indicator dot, change PageView's image

Blog / Source Code


Parallax PageView

Parallax

Features

  • horizontal swipe card
  • parallax scrollView

Blog / Source Code

Shopping Cart

Flutter Shopping Cart

Features

  • pass value through Provider
  • cart layout

Blog / Source Code