custom_gif_loading 0.0.2 copy "custom_gif_loading: ^0.0.2" to clipboard
custom_gif_loading: ^0.0.2 copied to clipboard

A new Flutter Custom GIF Loading Package

Getting started #

A customizable, simple, and easy to use loading with your GIF file.

myfile

Installing #

Add this to your package's pubspec.yaml file:

dependencies:
  custom_gif_loading: ^latest

Import #

import 'package:custom_gif_loading/custom_gif_loading.dart';

How to use #

First, Add your GIF file in asset :

 Image gif = Image.asset('add your gif file');

Then, Start the loading with pass your gif:

 Loading(gif).start(context);

Stop the loading:

  Loading.stop();

Customize #

  Image gif = Image.asset('add your gif file');
5
likes
130
pub points
65%
popularity

Publisher

unverified uploader

A new Flutter Custom GIF Loading Package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_gif_loading