weta-vn / advance_image_picker

Flutter plugin for selecting multiple images from the Android and iOS image library, taking new pictures with the camera, and edit them before using such as rotating, cropping, adding sticker/filters.
BSD 3-Clause "New" or "Revised" License
110 stars 49 forks source link

How can I change the names of title ? #52

Closed smit-locusnine closed 1 year ago

smit-locusnine commented 1 year ago

How can I change the names of title ?

final configs = ImagePickerConfigs();
   configs.textAlbumTitle = "";

Where textAlbumTitle is not a setter method.