Skip to content

prototype-two/flutter_overlay_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Overlay Loader for your project

Purpose

This package was made to make it easy to implement a loader where the entire background of the app goes dark and a loader appears while running an async function.

Usage

final loggedIn = await overlayLoader(
  context: context,
  asyncFunction: () {
    return authUserStore.loginFacebook();
  },
  opacity: .8
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages