FLUTTER ECOSYSTEM

BipinLimbasiya/custom_gif_loading

새로운 Flutter 사용자 정의 GIF 로딩 패키지

사용자 지정 GIF 로딩 프로젝트 이미지
Stars
0
Forks
0
최근 푸시(UTC)
2022. 12. 1.
프로젝트 상태
활성
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');