Multi Image Picker In Flutter || Amazevalley
In this tutorial you will learn how to pick multiple images in flutter using plugin multi_image_picker 3.0.14 Using this plugin you can Pick multiple images Instantly pick thousands of images at once, without any delay or blocking the UI thread. Native performance The plugin takes advantage of the two best image picking libraries for Android and iOS, bringing you the best native platform experience. Photos sorted by albums Take a picture option in the grid view Restrict the maximum count of images the user can pick Customizable UI and localizations Thumbnail support Specify the image quality of the original image or thumbnails Read image meta data DEMO : Have Look on the main.dart ---- import 'package:flutter/material.dart' ; import 'dart:async' ; import 'package:flutter/services.dart' ; import 'package:multi_image_picker/multi_image_picker.dart' ; import 'view.dart' ; void main () => runApp( new MyApp