More Loading Gif
This package helps to render a widget with a loading gif image with a transparent background. The gifs are based on Loading.io
Instalation
Include more_loading_gif
in your pubspec.yaml
file:
dependencies:
flutter:
sdk: flutter
more_loading_gif: version
Demo

Usage
To use this package, just import it into your file, and add a new MoreLoadingGif widget.
import 'package:more_loading_gif/more_loading_gif.dart';
...
MoreLoadingGif(type: MoreLoadingGifType.blocks),
...
Properties used on the widget
Name | Description | Required | Default |
---|---|---|---|
type | Widget type (blocks, chunck, doubleRing, eclipse, ellipsis, infinity, magnify, pulse, ripple, spin, spinner) | True | |
size | Double value to indicate the widget size | False | 100.0 |