Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meetleev/flutter_photo_view_x
photo_view-x enables images to become able to zoom and pan with user gestures such as pinch and drag. In the gallery, you can slide down the gradient to return to the previous page
https://github.com/meetleev/flutter_photo_view_x
dart flutter
Last synced: 17 days ago
JSON representation
photo_view-x enables images to become able to zoom and pan with user gestures such as pinch and drag. In the gallery, you can slide down the gradient to return to the previous page
- Host: GitHub
- URL: https://github.com/meetleev/flutter_photo_view_x
- Owner: meetleev
- License: apache-2.0
- Created: 2022-10-20T11:27:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T13:08:40.000Z (10 months ago)
- Last Synced: 2024-10-15T09:29:10.416Z (24 days ago)
- Topics: dart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/photo_view_x
- Size: 3.68 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# photo_view_x
[![Pub](https://img.shields.io/pub/v/photo_view_x.svg?style=flat-square)](https://pub.dev/packages/photo_view_x)
[![support](https://img.shields.io/badge/platform-android%20|%20ios%20|%20web%20|%20macos%20|%20windows%20|%20linux%20-blue.svg)](https://pub.dev/packages/photo_view_x)photo_view_x enables images to become able to zoom and pan with user gestures such as pinch and drag.
In the gallery, you can slide down the gradient to return to the previous page## Preview
![](https://github.com/meetleev/static_resources/blob/main/photo_view_x/tited-fjhsw.gif)
[HD Preview](https://github.com/meetleev/static_resources/blob/main/photo_view_x/73sji-xtzg8.gif)
## Features
## Getting started
Add the package to your `pubspec.yaml`:
```yaml
dependencies:
photo_view_x:
```## Usage
[example](./example/lib/page/photo_view_page.dart)