photo_view_x 0.0.3 copy "photo_view_x: ^0.0.3" to clipboard
photo_view_x: ^0.0.3 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'),
    );
  }
}
8
likes
160
pub points
67%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, vector_math

More

Packages that depend on photo_view_x