url_tile 0.0.9 copy "url_tile: ^0.0.9" to clipboard
url_tile: ^0.0.9 copied to clipboard

These package accepts url and provide a basic card view and full file preview for the following file types Image, audio, video and pdf.

Features #

A URLTile Widget which accepts image(jpg,jpeg,png,gif,webp,bmp,wbmp,heic), pdf, video(mp4,mov,mkv,flv,webm), audio(mp3,flac,wav,aac,m4a) url with Image Preview option with zoom, Pdf Preview option and video and audio player option.

https://github.com/Gokulnath7598/url_tile/assets/52779423/e9bd4c2f-bbe3-4866-9c53-ba6c3fcfb83e

Getting started #

import 'package:url_tile/url_tile.dart';

Usage #

Included short and useful examples for package users. Add longer examples to /example folder.

const URLTile( url: 'https://upload.wikimedia.org/wikipedia/commons/9/9a/Gull_portrait_ca_usa.jpg', preview: true, imageHeight: 100, imageFit: BoxFit.fitHeight, ),

const URLTile( url: 'https://www.africau.edu/images/default/sample.pdf', pdfViewAppBar: AppBar( title: const Text('Custom Title'), ), ),

const URLTile( url: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', ),

2
likes
130
pub points
60%
popularity

Publisher

unverified uploader

These package accepts url and provide a basic card view and full file preview for the following file types Image, audio, video and pdf.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

audio_video_progress_bar, chewie, easy_image_viewer, flutter, flutter_cached_pdfview, just_audio, video_player

More

Packages that depend on url_tile