simple_gallery 0.0.2 copy "simple_gallery: ^0.0.2" to clipboard
simple_gallery: ^0.0.2 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
160
points
24
downloads

Documentation

API reference

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

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on simple_gallery