PackageTrack
Sign in Get early access

advance_image_picker

Flutter plugin in pure Dart code for selecting/editing multiple images from the Android/iOS image library and taking new pictures with the camera in the same view.

0.1.7 weta-vn/advance_image_picker

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 3 months

Nearly every release is documented

notes for 24 of 25 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

26 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

26 releases · Jun 2021 to Jun 2022
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 26
  1. 0.1.7 03 Jun 2022
    Release notes
    • Update:

    • Upgrade packages

    • Support for flutter 3.x

    Open source →
  2. 0.1.7+1 03 Jun 2022
    Release notes
    • Update:
    • Fix required dart version
    Open source →
  3. 0.1.6 23 Feb 2022
    Release notes
    • Update:
    • Camera, photo manager packages
    Open source →
  4. 0.1.6+1 23 Feb 2022
    Release notes
    • Update:
    • Update readme
    Open source →
  5. 0.1.5 10 Oct 2021
    Release notes
    • New features:
    • Object detection & OCR extraction interface for image
    Open source →
  6. 0.1.5+1 11 Oct 2021
    Release notes
    • New features:
    • Add custom stickers (by @matthewmizzi suggestion)
    Open source →
  7. 0.1.5+5 17 Oct 2021
    Release notes

    [0.1.5+5]

    • Fixbugs:
      • Check permission for camera & photo gallery
      • Fixbug about OCR text editting

    [0.1.5+1]

    • New features:

    [0.1.5]

    • New features:
      • Object detection & OCR extraction interface for image

    [0.1.4]d

    • New ImagePickerConfigs features:

      • Camera flash mode flashMode, the starting flash mode for the camera
        can be set to other values than FlashMode.auto. The default is
        FlashMode.auto as in previous version where it could not be modified.
      • Option to remove the flash mode toggle button. If you do not want to
        allow users to change the flash mode, you can set showFlashMode to false.
        It defaults to true. If showFlashMode is false, the flash mode will use
        what is set by flashMode, since user cannot toggle it.
      • Config option to show and hide the lens direction icon button.
        If you want to show only one camera, you may also want to hide the
        button than enables users switch camera. You can then set
        showLensDirection to false. If you show just one cameraLensDirection and
        showLensDirection is true, then the lens direction button is still
        shown, but disabled as in previous versions.
      • Only add the text line for textSelectedImagesGuide if it is not empty.
        If no drag reorder guidance label is specified in translation by returning
        empty string '' for textSelectedImagesGuide, then the extra line that
        holds the text will also be removed, resulting in more camera view space.
      • For label textSelectedImagesTitle only show it, the colon and space
        after it, if it is not empty. If you return a translated string that is
        empty '', you can get only the selected "image / max" count shown, with no
        label and colon.
      • Use an IconButton as done button, instead of the default OutlinedButton.
        Set doneButtonStyle to [DoneButtonStyle.iconButton] for this option.
        Defaults to DoneButtonStyle.outlinedButton, that is the same as only
        option in previous versions. You can also change the button icon by
        defining custom IconData for the doneButtonIcon.
      • Hide done action button when no images have been selected. This is optional
        new behavior that can be used instead of default, that disables it.
        Select the style with doneButtonDisabledBehavior.
      • Optional alert when removing selected images. If you set
        showRemoveImageAlert to false, there is no alert dialog to confirm the
        remove/delete of an image, when user clicks on the delete icon to
        remove photos and images from the list of images to be used, they are
        just removed immediately. Defaults to true, showing the alert dialog,
        which is same behavior as in previous version.
    • Update all dependencies to their latest versions, most notably image_editor to
      version 1.0.1 that now uses Android embedding V2.

    • Clean up remaining lint warnings.

    Open source →
    Release notes
    • Fixbugs:

    • Check permission for camera & photo gallery

    • Fixbug about OCR text editting

    Open source →
  8. 0.1.5+6 24 Nov 2021

    Nothing published for this version

  9. 0.1.4 07 Oct 2021
    Release notes
    • New ImagePickerConfigs features:

      • Camera flash mode flashMode, the starting flash mode for the camera can be set to other values than FlashMode.auto. The default is FlashMode.auto as in previous version where it could not be modified.
      • Option to remove the flash mode toggle button. If you do not want to allow users to change the flash mode, you can set showFlashMode to false. It defaults to true. If showFlashMode is false, the flash mode will use what is set by flashMode, since user cannot toggle it.
      • Config option to show and hide the lens direction icon button. If you want to show only one camera, you may also want to hide the button than enables users switch camera. You can then set showLensDirection to false. If you show just one cameraLensDirection and showLensDirection is true, then the lens direction button is still shown, but disabled as in previous versions.
      • Only add the text line for textSelectedImagesGuide if it is not empty. If no drag reorder guidance label is specified in translation by returning empty string '' for textSelectedImagesGuide, then the extra line that holds the text will also be removed, resulting in more camera view space.
      • For label textSelectedImagesTitle only show it, the colon and space after it, if it is not empty. If you return a translated string that is empty '', you can get only the selected "image / max" count shown, with no label and colon.
      • Use an IconButton as done button, instead of the default OutlinedButton. Set doneButtonStyle to [DoneButtonStyle.iconButton] for this option. Defaults to DoneButtonStyle.outlinedButton, that is the same as only option in previous versions. You can also change the button icon by defining custom IconData for the doneButtonIcon.
      • Hide done action button when no images have been selected. This is optional new behavior that can be used instead of default, that disables it. Select the style with doneButtonDisabledBehavior.
      • Optional alert when removing selected images. If you set showRemoveImageAlert to false, there is no alert dialog to confirm the remove/delete of an image, when user clicks on the delete icon to remove photos and images from the list of images to be used, they are just removed immediately. Defaults to true, showing the alert dialog, which is same behavior as in previous version.
    • Update all dependencies to their latest versions, most notably image_editor to version 1.0.1 that now uses Android embedding V2.

    • Clean up remaining lint warnings.

    Open source →
    Release notes

    New ImagePickerConfigs features:

    • Camera flash mode flashMode , the starting flash mode for the camera can be set to other values than FlashMode.auto . The default is FlashMode.auto as in previous version where it could not be modified.

    • Option to remove the flash mode toggle button. If you do not want to allow users to change the flash mode, you can set showFlashMode to false. It defaults to true. If showFlashMode is false, the flash mode will use what is set by flashMode , since user cannot toggle it.

    • Config option to show and hide the lens direction icon button. If you want to show only one camera, you may also want to hide the button than enables users switch camera. You can then set showLensDirection to false. If you show just one cameraLensDirection and showLensDirection is true, then the lens direction button is still shown, but disabled as in previous versions.

    • Only add the text line for textSelectedImagesGuide if it is not empty. If no drag reorder guidance label is specified in translation by returning empty string '' for textSelectedImagesGuide , then the extra line that holds the text will also be removed, resulting in more camera view space.

    • For label textSelectedImagesTitle only show it, the colon and space after it, if it is not empty. If you return a translated string that is empty '', you can get only the selected "image / max" count shown, with no label and colon.

    • Use an IconButton as done button, instead of the default OutlinedButton . Set doneButtonStyle to [DoneButtonStyle.iconButton] for this option. Defaults to DoneButtonStyle.outlinedButton , that is the same as only option in previous versions. You can also change the button icon by defining custom IconData for the doneButtonIcon .

    • Hide done action button when no images have been selected. This is optional new behavior that can be used instead of default, that disables it. Select the style with doneButtonDisabledBehavior .

    • Optional alert when removing selected images. If you set showRemoveImageAlert to false, there is no alert dialog to confirm the remove/delete of an image, when user clicks on the delete icon to remove photos and images from the list of images to be used, they are just removed immediately. Defaults to true, showing the alert dialog, which is same behavior as in previous version.

    Update all dependencies to their latest versions, most notably image_editor to version 1.0.1 that now uses Android embedding V2.

    Clean up remaining lint warnings.

    Open source →
  10. 0.1.3 19 Sep 2021
    Release notes
    • Improve code lintings.
    Open source →
  11. 0.1.2 05 Sep 2021
    Release notes
    • Add feature to allow user add their owned image editors with ease (from mr.minhthuanit)

    https://pub.dev/packages/advance_image_picker

    Open source →
    Release notes
    • Add feature to allow user add their owned image editors with ease (from mr.minhthuanit)
    Open source →
  12. 0.1.1 03 Sep 2021
    Release notes
    • Optimize code by applying lint options from @rydmike
    • Update camera plugin
    Open source →
    Release notes
    • Optimize code by applying lint option from mr.rydmike

    • Update camera plugin

    Open source →
  13. 0.1.0 26 Aug 2021
    Release notes
    • Rewrite image sticker feature
    • Update camera plugin to v0.9.1
    • Improve UI customization

    https://pub.dev/packages/advance_image_picker/changelog

    Open source →
    Release notes
    • Rewrite image sticker feature

    • Update camera plugin to v0.9.1

    • Improve UI customization

    Open source →
  14. 0.0.5 11 Aug 2021
    Release notes
    • Fixbug when removing selected images from list

    • Fixbug when capture image rotated 270 degree

    Open source →
  15. 0.0.5+1 17 Aug 2021
    Release notes
    • Fixbug CameraPreview error while get camera permission
    Open source →
  16. 0.0.5+2 17 Aug 2021
    Release notes
    • Fixbug UI
    Open source →
  17. 0.0.5+3 22 Aug 2021
    Release notes
    • Fixbug repo
    Open source →
  18. 0.0.4 01 Aug 2021
    Release notes
    • Fixbug image rotated in some android device

    • Modified max width / max height default setting for capture images

    Open source →
  19. 0.0.4+1 10 Aug 2021
    Release notes
    • Update setting instructions for android
    Open source →
  20. 0.0.3 28 Jul 2021
    Release notes
    • Add ON/OFF camera/album feature

    • Add lens direction setting feature

    Open source →
  21. 0.0.2 27 Jun 2021
    Release notes
    • Migrated to null safety.
    Open source →
  22. 0.0.2+1 02 Jul 2021
    Release notes
    • Lock capture orientation.
    Open source →
  23. 0.0.2+2 06 Jul 2021
    Release notes
    • Fixbug camera number.
    Open source →
  24. 0.0.2-nullsafety.1 15 Jun 2021 pre-release
    Release notes
    • Migrate to null safety.
    Open source →
  25. 0.0.1 13 Jun 2021
    Release notes
    • Initial release.

    127

    likes

    60

    points

    80

    downloads

    Documentation

    API reference

    Publisher

    weta.vn

    Weekly Downloads

    Metadata

    Flutter plugin in pure Dart code for selecting/editing multiple images from the Android/iOS image library and taking new pictures with the camera in the same view.

    Homepage

    Repository (GitHub)

    View/report issues

    License

    BSD-3-Clause ( license )

    Dependencies

    camera , flutter , flutter_native_image , image , image_cropper , image_editor , path_provider , photo_manager , photo_view

    More

    Packages that depend on advance_image_picker

    ← Metadata

    127

    likes

    60

    points

    80

    downloads

    Documentation

    API reference

    Publisher

    weta.vn

    Weekly Downloads

    Metadata

    Flutter plugin in pure Dart code for selecting/editing multiple images from the Android/iOS image library and taking new pictures with the camera in the same view.

    Homepage

    Repository (GitHub)

    View/report issues

    License

    BSD-3-Clause ( license )

    Dependencies

    camera , flutter , flutter_native_image , image , image_cropper , image_editor , path_provider , photo_manager , photo_view

    More

    Packages that depend on advance_image_picker

    Back

    Open source →
  26. 0.0.1+1 15 Jun 2021
    Release notes
    • Format code.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive