Skip to content

ArcaneArts/delayed_progress_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple progress indicator which will display an indicator after a delay

Features

  • A progress indicator which displays after a delay (2s by default)
  • Customize the loader widget
  • Customize the delay

Usage

import 'package:delayed_progress_indicator/delayed_progress_indicator.dart';

// by default
DelayedProgressIndicator();

// customize the delay
DelayedProgressIndicator(delay: Duration(seconds: 5));

// customize the loader widget
DelayedProgressIndicator(
  loader: MyCustomIndicator(),
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages