Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.