Skip to content
forked from leonzone/loading

πŸ’Ža flutter widget of loading progress Indicator. Easy to use, easy to extend

Notifications You must be signed in to change notification settings

yegobox/loading

This branch is 1 commit ahead of leonzone/loading:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b742204 Β· Apr 30, 2021

History

19 Commits
Mar 25, 2019
Jun 3, 2019
Apr 30, 2021
Nov 7, 2019
Apr 30, 2021
Mar 25, 2019
Mar 25, 2019
Nov 24, 2019
Apr 30, 2021

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 93.1%
  • Objective-C 3.1%
  • Shell 2.3%
  • Java 1.5%