FLUTTER ECOSYSTEM

BipinLimbasiya/custom_gif_loading

A new Flutter Custom GIF Loading Package

custom_gif_loading project cover
Stars
0
Forks
0
Last push (UTC)
Dec 1, 2022
Project status
Active
Bipin Limbasiya GitHub avatar
GITHUB User

Bipin Limbasiya ↗

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

Ahmedabad, India.
LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 3 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}
  • flutter_lintsDevelopment^2.0.0

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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');