Skip to content

Releases: shubham16g/multi_image_picker_view

Release 1.1.0

04 Sep 16:47
18ec6d9
Compare
Choose a tag to compare

1.1.0

  • flutter_reorderable_grid_view updated to ^5.0.1
  • iOS simulator issue fixed for example project.
  • Flutter higher version support added.
  • Removed deprecated methods and classes.
  • PR #43 (Upgrade for flutter_reorderable_grid_view) 🚀 merged (author:smocken78) which includes changes mentioned above.

Release 1.0.3

22 Jun 15:24
Compare
Choose a tag to compare
  • Reverted/Changed the changes made in 1.0.2 as it only working with the latest Flutter version.

Release 1.0.2

22 May 04:02
Compare
Choose a tag to compare
  • Fixed deprecated methods and classes.

1.0.1

17 May 21:27
Compare
Choose a tag to compare

1.0.1

  • Added support for network image at ImageFile class for initial selected images.
  • Fixed error icon for DefaultDraggableItemWidget, Added file type based icon.
  • Material 3: Color changes and UI improvements.
  • Added Initial Images Example
  • PR #31, #33, #34 merged (author:mauriziopinotti) which includes some of the changes mentioned above.

Release 1.0.0

17 Dec 10:25
Compare
Choose a tag to compare
  • Major Update 🚀
  • Inbuilt image picker is removed. You have to provide your own image/file picker logic. This will provide you more controls over image/file picking. You have to pass your picker in MultiImagePickerController.
  • allowedImageTypes removed form MultiImagePickerController.
  • withData removed form MultiImagePickerController.
  • withReadStream removed form MultiImagePickerController.
  • addMoreBuilder is removed form MultiImagePickerView. Now use addMoreButton to define your custom Add More Button.
  • showAddMoreButton is removed form MultiImagePickerView. To hide the default Add More Button, pass null in addMoreButton field.
  • initialContainerBuilder is removed form MultiImagePickerView. Now use initialWidget to define your custom Initial Widget.
  • showInitialContainer is removed form MultiImagePickerView. To hide the default Initial Widget, pass null in initialWidget field.
  • itemBuilder is removed form MultiImagePickerView. Now use builder to define your custom Draggable item widget. You can now define different widget for different image (ImaegFile).
  • addMoreButtonTitle is removed form MultiImagePickerView. Use addMoreButton and pass DefaultAddMoreWidget with custom parameters.
  • addButtonTitle is removed form MultiImagePickerView. Use initialWidget and pass DefaultInitialWidget with custom parameters.
  • longPressDelayMilliseconds is added in MultiImagePickerView. This is used to define the press and hold duration to start dragging.
  • onChange is removed form MultiImagePickerView.
  • MultiImagePickerView.of(context) can be used inside anywhere in MultiImagePickerView get the instance of it's components. i.e. MultiImagePickerView.of(context).controller.pickImages().

Release 0.0.17

15 Jul 09:05
Compare
Choose a tag to compare
  • PR #27 (burhankhanzada) Replace hard coded blue color to theme primary color.

Release 0.0.16

12 Jul 04:42
Compare
Choose a tag to compare
  • PR #26 (nadialvy) fix addButtonTitle and addMoreButtonTitle not working

Release 0.0.15

01 Mar 05:02
Compare
Choose a tag to compare
  • PR #21 (MrNancy) addImage method added in MultiImagePickerController

Release 0.0.14

14 Feb 06:59
Compare
Choose a tag to compare
  • Fixed Issue #16 'Scrollable.of() ... not contains a Scrollable widget'
  • Fixed Issue #17 'Add property so images can be saved with data'
  • Fixed Issue #3 'imageFile returns zero byte even though it is not equal null'
  • withData property added in MultiImagePickerController
  • withReadStream property added in MultiImagePickerController
  • ImageFileView widget added
  • showAddMoreButton property added in MultiImagePickerView
  • showInitialContainer property added in MultiImagePickerView
  • Material 3 ready

Release 0.0.13

19 Jan 06:46
Compare
Choose a tag to compare
  • Fixed remove item animation bug