torikatsupg / shimmer_sample

a flutter shimmer sample application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shimmer_sample

This is a sample of Shimmer Effect!

Getting Started

# 1. move directory
cd /path/to/shimmer_sample

# 2. get dependencies
flutter pub get

# 3. run app
flutter run

What is "Shimmer"?

"Shimmer" is effect of chrome color with shimmer.

see more detail https://flutter.dev/docs/cookbook/effects/shimmer-loading

How to implemnt Shimmer?

The implemtentations procedure is as follows

  1. create skeleton of UI. snapshot
  2. add gradient effect. snapshot
  3. add animation. snapshot

see more detail

About

a flutter shimmer sample application.

License:MIT License


Languages

Language:Dart 90.5%Language:Swift 6.5%Language:Kotlin 2.4%Language:Objective-C 0.6%