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