v0.0.3
custom_gif_loading
A new Flutter Custom GIF Loading Package
7Likes 3430-day downloads130Pub points
AndroidiOSWebmacOSWindowsLinux
A new Flutter Custom GIF Loading Package
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0English project snapshot. Visit GitHub for the latest content.
A customizable, simple, and easy to use loading with your GIF file.
myfile
Add this to your package's pubspec.yaml file:
dependencies:
custom_gif_loading: ^latest
import 'package:custom_gif_loading/custom_gif_loading.dart';
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();
Image gif = Image.asset('add your gif file');