n_image_picker 2.0.1 n_image_picker: ^2.0.1 copied to clipboard
Configurable and easy-to-use cross-platform image selector.
2.0.1 #
- Small empty crash fixes
2.0.0 #
- NImagePickerController renamed to ImageController
- NImagePicker renamed to ImagePicker
- New ImageViewer class for non controller management
- New custom sontructors .squeare and .circle for ImagePicker and ImageViewer
- Fix error when filepicker has cancelled
1.4.2 #
- reload widget on didupdate - logic updated
1.4.1 #
- reload widget on didupdate
1.4.0 #
- controller is nulleable only needs onloading image and error widget now
- if controller is null all controller metodhs dont works
1.3.0 #
- [CRITICAL] fix extension bug when load images
- change .multipartFile to .image(key: 'key')
- remove imageKey variable
- path provider added
1.2.1 #
- verssion update
1.2.0 #
- update default widgets
- new ios-web classes
- setFromURL added
1.1.1 #
- Now use all memory images, dont save any files
1.1.0 #
- Added Image view
- Remove image icon changed in default fulled widget
- Add preview icon for default fulled widget
- Added Blur for preview and image view
- Fix get from bytes in platform
- changed boolean enable to readOnly
- Trown exception in only web methods
1.0.0 #
- beta phase finished
- remove dispose error
0.0.5 #
- Set image from path added
0.0.4+2 #
- Temp loading image deleting
0.0.4+1 #
- Deleting fix
0.0.4 #
- [CRITICAL] Remove temp file image on dispose for no web
0.0.3 #
- Multiple image differentiation added when have the same key or name
0.0.2+3 #
- HasImage indicator added
0.0.2+2 #
- Another fix between html and io
0.0.2+1 #
- Fix html import in another platforms
0.0.2 #
- Fix https and http request
- Added headers for controller
0.0.1 #
- First upload