galleryimage 1.0.1 copy "galleryimage: ^1.0.1" to clipboard
galleryimage: ^1.0.1 copied to clipboard

outdated

Flutter plugin that list of images from URLs allows you to display and zoomable multi image on iOS and Android.

Gallery Image plugin for Flutter #

A Flutter plugin that list of images from URLs

Gallery Image

Flutter plugin that allows you to display multi image on iOS and Android.

Build

InstallationRelatedLicense

Gallery Image

Key Features #

  • Pick images from Url
  • Photos sorted
  • zoomable image

Installation #

Add galleryimage as a dependency in your pubspec.yaml file .

Import Photo View:

import 'package:galleryimage/galleryimage.dart';

Usage #

Listing URLs Images

List<String> listOfUrls= [
    "https://cosmosmagazine.com/wp-content/uploads/2020/02/191010_nature.jpg",
    "https://scx2.b-cdn.net/gfx/news/hires/2019/2-nature.jpg",
    "https://isha.sadhguru.org/blog/wp-content/uploads/2016/05/natures-temples.jpg",
    "https://upload.wikimedia.org/wikipedia/commons/7/77/Big_Nature_%28155420955%29.jpeg",
    "https://s23574.pcdn.co/wp-content/uploads/Singular-1140x703.jpg",
    "https://www.expatica.com/app/uploads/sites/9/2017/06/Lake-Oeschinen-1200x675.jpg",
    ];

To Displaying Images

@override
Widget build(BuildContext context) {
  return Container(
    child: GalleryImage(
     imageUrls: listOfUrls,,
    )
  );
}

Emailware #

Gallery Image is an emailware. Meaning, if you liked using this plugin or has helped you in anyway, I'd like you send me an email on [email protected] about anything you'd want to say about this software. I'd really appreciate it!

photo_view - A simple zoomable image/content widget for Flutter. cached_network_image - To Load and cache network images..

You can build a gallery Images easily with this package.

See the example for more details.

License #

MIT

88
likes
0
points
1.01k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that list of images from URLs allows you to display and zoomable multi image on iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, photo_view

More

Packages that depend on galleryimage