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

An easy way to display widgets as a gallery in full-screen with Hero animation, including pinch, zoom, drag & double tap to zoom.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'dart:async';

import 'package:simple_gallery/simple_gallery.dart';
import 'package:simple_gallery_example/ui/main_route_screen.dart';
import 'package:simple_gallery_example/ui/local_image_gallery.dart';

void main() {
  runApp(
    MaterialApp(home: MainRouteScreen(), debugShowCheckedModeBanner: false),
  );
}
5
likes
0
points
27
downloads

Publisher

verified publisherhoangphi.dev

Weekly Downloads

An easy way to display widgets as a gallery in full-screen with Hero animation, including pinch, zoom, drag & double tap to zoom.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on simple_gallery