Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ loading Public
forked from bradintheusa/loading

💎a flutter widget of loading progress Indicator. Easy to use, easy to extend

Notifications You must be signed in to change notification settings

gpmti/loading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loading

This is the null safe version. Enjoy.

A flutter widget of loading progress Indicator. Easy to use, easy to extend

Installation

Add dependency to pubspec.yaml

dependencies:
  ...
  loading: 
    git: https://github.com/bradintheusa/loading

Example

See example folder for a working example.

      body: Container(
        color: Colors.lightBlue,
        child: Center(
          child: Loading(indicator: BallPulseIndicator(), size: 100.0,color: Colors.pink),
        ),
      ),

About

💎a flutter widget of loading progress Indicator. Easy to use, easy to extend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 38.9%
  • C++ 30.1%
  • CMake 14.2%
  • HTML 13.6%
  • Swift 1.4%
  • C 1.3%
  • Other 0.5%