multi_image_view 0.0.2 copy "multi_image_view: ^0.0.2" to clipboard
multi_image_view: ^0.0.2 copied to clipboard

outdated

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(
            contoller: contoller,
            onImageSelect: (imageModel) {},
          )),
    );

Additional information #

How example looks
2
likes
0
pub points
0%
popularity

Publisher

verified publisherkhatuwal.tech

package to manage multiple selected images.

License

unknown (license)

Dependencies

flutter, image_picker, provider

More

Packages that depend on multi_image_view