gallery_view 0.0.3 copy "gallery_view: ^0.0.3" to clipboard
gallery_view: ^0.0.3 copied to clipboard

outdated

A plugin for shwoing list of images in exactly looging in gallery view.

image_gallery #

A new flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

Usage #

To use this plugin, add gallery_view as a dependency in your pubspec.yaml file.

The example app running in Android

Example #

import 'package:flutter/material.dart';
import 'package:gallery_view/gallery_view.dart';

void main() {
  runApp(MaterialApp(
    home: Scaffold(
      body: Center(
      child: GalleryView(
       imageUrlList:[
                     "https://images.unsplash.com/photo-1500100586562-f75ff6540087?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
                     "https://images.unsplash.com/photo-1523719185231-aff40a400361?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60",
                     ]
        ),
      ),
    ),
  ));
}


38
likes
0
pub points
73%
popularity

Publisher

unverified uploader

A plugin for shwoing list of images in exactly looging in gallery view.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, photo_view

More

Packages that depend on gallery_view