v0.0.3
custom_gif_loading
새로운 Flutter 사용자 정의 GIF 로딩 패키지
7좋아요 3430일 다운로드130Pub 점수
AndroidiOSWebmacOSWindowsLinux
새로운 Flutter 사용자 정의 GIF 로딩 패키지
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A customizable, simple, and easy to use loading with your GIF file.
myfile
Add this to your package's pubspec.yaml file:
dependencies:
custom_gif_loading: ^latest
import 'package:custom_gif_loading/custom_gif_loading.dart';
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();
Image gif = Image.asset('add your gif file');