FLUTTER ECOSYSTEM

BipinLimbasiya/custom_gif_loading

Um novo pacote de carregamento GIF personalizado para Flutter

Capa do projeto carregamento de gif personalizado
Stars
0
Forks
0
Último push (UTC)
1 de dez. de 2022
Status do projeto
Ativo
Bipin Limbasiya GitHub avatar
GITHUB User

Bipin Limbasiya ↗

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

Ahmedabad, India.
LinguagensDart

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 3 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}
  • flutter_lintsDesenvolvimento^2.0.0

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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');