more_loading_gif 0.0.3 copy "more_loading_gif: ^0.0.3" to clipboard
more_loading_gif: ^0.0.3 copied to clipboard

A package to show loading gif as assets with transparent background.

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
6
likes
150
points
66
downloads

Publisher

verified publisherajomuch92.site

Weekly Downloads

2024.08.07 - 2025.02.19

A package to show loading gif as assets with transparent background.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on more_loading_gif