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

Dart 1 only

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

TemparusGallery #

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

Usage #

Attention! Font-awesome is required for this gallery. More information on http://fortawesome.github.io/Font-Awesome/.

HTML:

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

DART:

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
15
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

BSD-3-Clause (license)

Dependencies

color

More

Packages that depend on temparus_gallery