Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xia-weiyang/image_preview
Preview pictures and support left and right sliding switch.
https://github.com/xia-weiyang/image_preview
dart flutter image
Last synced: 27 days ago
JSON representation
Preview pictures and support left and right sliding switch.
- Host: GitHub
- URL: https://github.com/xia-weiyang/image_preview
- Owner: xia-weiyang
- License: gpl-2.0
- Created: 2019-05-15T09:55:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T06:31:33.000Z (2 months ago)
- Last Synced: 2024-08-30T04:50:41.053Z (2 months ago)
- Topics: dart, flutter, image
- Language: Dart
- Homepage: https://pub.dev/packages/image_preview
- Size: 2.45 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# image_preview
Preview pictures and support left and right sliding switch.
![show](https://xia-weiyang.github.io/gif/image_preview.gif)
Open full screen image preview by [PreviewData](https://github.com/xia-weiyang/image_preview/blob/master/lib/preview_data.dart) data
``` dart
openImagesPage(Navigator.of(context),
data: PreviewData(),
// etc.
);
```see [example](https://github.com/xia-weiyang/image_preview/blob/master/example/lib/main.dart) for more.