temparus_gallery 0.0.1
temparus_gallery: ^0.0.1 copied to clipboard
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.