multi_image_view 0.0.5 icon indicating copy to clipboard operation
multi_image_view: ^0.0.5 copied to clipboard

package to manage multiple selected images.

Multi Image View will Help you to add and show multiple images and will give you list of data in return

Features #

Its helps you to add multiple images in page.it handles from showing to retrieving information from selected images You can add remove and read information of the images

Getting started #

import 'package:multi_image_view/multi_image_view.dart';
import 'package:multi_image_view/providers/image_picker_provider.dart';

Usage #

Container(
          height: 100,
          child: MultiImageView(
            controller: controller,
            onImageSelect: (imageModel) {},
          )),
    );

Additional information #

How example looks How example looks
2
likes
90
pub points
33%
popularity

Publisher

verified publisher iconkhatuwal.tech

package to manage multiple selected images.

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

flutter, image_picker, provider

More

Packages that depend on multi_image_view