FLUTTER ECOSYSTEM

BipinLimbasiya/custom_gif_loading

एक नया Flutter कस्टम GIF लोडिंग पैकेज

कस्टम जीआईएफ लोडिंग प्रोजेक्ट कवर
Stars
0
Forks
0
अंतिम पुश (UTC)
1 दिस॰ 2022
प्रोजेक्ट स्थिति
सक्रिय
Bipin Limbasiya GitHub avatar
GITHUB User

Bipin Limbasiya ↗

Hello Guys, I am a Software Engineer. My Specialization in Flutter, Dart, Angular & Firebase.

Ahmedabad, India.
भाषाएँDart

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 3 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}
  • flutter_lintsडेवलपमेंट^2.0.0

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

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');