0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.