multi_image_view 0.0.5 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) {},
)),
);