v0.0.3
custom_gif_loading
एक नया Flutter कस्टम GIF लोडिंग पैकेज
7लाइक 3430-दिन डाउनलोड130Pub अंक
AndroidiOSWebmacOSWindowsLinux
एक नया Flutter कस्टम GIF लोडिंग पैकेज
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
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');