custom_gif_loading

Creator: coderz1093

Last updated:

0 purchases

custom_gif_loading Image
custom_gif_loading Images

Languages

Categories

Add to Cart

Description:

custom gif loading

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

Installing #
Add this to your package's pubspec.yaml file:
dependencies:
custom_gif_loading: ^latest
copied to clipboard
Import #
import 'package:custom_gif_loading/custom_gif_loading.dart';
copied to clipboard
How to use #
First, Add your GIF file in asset :
Image gif = Image.asset('add your gif file');
copied to clipboard
Then, Start the loading with pass your gif:
Loading(gif).start(context);
copied to clipboard
Stop the loading:
Loading.stop();
copied to clipboard
Customize #
Image gif = Image.asset('add your gif file');
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.