photo_view_x 0.0.4 copy "photo_view_x: ^0.0.4" to clipboard
photo_view_x: ^0.0.4 copied to clipboard

In the gallery, you can slide down the gradient to return to the previous page.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'page/gallery_page.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'PhotoView Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const GalleryPage(title: 'Gallery Page'),
    );
  }
}
7
likes
150
points
112
downloads

Documentation

API reference

Publisher

verified publisherskyza.org

Weekly Downloads

In the gallery, you can slide down the gradient to return to the previous page.

Homepage
Repository (GitHub)
View/report issues

Topics

#photoview #slider #gallery

License

Apache-2.0 (license)

Dependencies

flutter, vector_math

More

Packages that depend on photo_view_x