8000 GitHub - mohammed7aafar/loading: 💎a flutter widget of loading progress Indicator. Easy to use, easy to extend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

mohammed7aafar/loading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loading

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

Installation

Add dependency to pubspec.yaml

dependencies:
  ...
  loading: ^1.0.2

Run in your terminal

flutter packages get

Example

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

Thanks

AVLoadingIndicatorView

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 95.5%
  • Objective-C 3.0%
  • Java 1.5%
0