Skip to content

SergeyShustikov/wave_loading_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The wave loading indicator

How to use

  1. Add this to your package's pubspec.yaml file:
dependencies:
  wave_loading_indicator: ^1.0.7
  1. Add this import to your dart file:
import 'package:wave_loading_indicator/wave_progress.dart';
  1. Just add WaveProgress wherever you want! you can customise it's border and fill color too!
WaveProgress(
         borderSize: 3.0, 
         size: 180, 
         borderColor: Colors.redAccent,
         foregroundWaveColor: Colors.greenAccent,
         backgroundWaveColor: Colors.blueAccent,
         progress: _progress, // [0-100]
         innerPadding: 10, // padding between border and waves
),

Do you have ideas how to improve this library?

Leave an issue in repository! I will be back soon to you!

About

Reincartation of deprecated library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages