temparus_gallery 0.0.1 copy "temparus_gallery: ^0.0.1" to clipboard
temparus_gallery: ^0.0.1 copied to clipboard

outdatedDart 1 only

This is an image-gallery for use with images and youtube videos.

TemparusGallery #

An image gallery supporting youtube videos. Font-awesome is required!

Usage #

A simple usage example:

<link rel="stylesheet" href="font-awesome.min.css" />

<div id="gallery">
	<a href="image1.jpg"><img src="image1.jpg" alt="caption" /></a>
	<a href="image2.jpg"><img src="image2.jpg" alt="caption" /></a>
	<a href="image3.jpg"><img src="image3.jpg" alt="caption" /></a>
</div>

import 'package:TemparusGallery/TemparusGallery.dart';

main() {
  var gallery = new TemparusGallery(querySelector('#gallery'));
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

This is an image-gallery for use with images and youtube videos.

Homepage

License

unknown (license)

Dependencies

color

More

Packages that depend on temparus_gallery