Last updated:
0 purchases
more loading gif
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
copied to clipboard
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),
...
copied to clipboard
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.