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

outdated

A Flutter Package which provide custom and basic cards for different file types. These package accepts url and provide a card view and full file prview for the following file types Image, audio, video [...]

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.

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
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Package which provide custom and basic cards for different file types. These package accepts url and provide a card view and full file prview for the following file types Image, audio, video and pdf. The package is provide support for a variety of extensions image(jpg,jpeg,png,gif,webp,bmp,wbmp,heic), pdf, video(mp4,mov,mkv,flv,webm), audio(mp3,flac,wav,aac,m4a).

Repository (GitHub)
View/report issues

License

unknown (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