klippa_scanner_sdk 1.1.2
klippa_scanner_sdk: ^1.1.2 copied to clipboard
Allows you to do document scanning with the Klippa Scanner SDK from Flutter apps.
1.1.2 #
- Bumped Android to 4.2.2
- Bumped iOS to 2.1.3
1.1.1 #
- Bumped Android to 4.2.0
- Bumped iOS to 2.1.2
1.1.0 #
- Added
primaryActionForegroundColor
,primaryActionBackgroundColor
support. - Fixed issue where
saveCropButtonText
,expandCropButtonText
,cancelCropButtonText
,filterEditButtonText
,deleteEditButtonText
,rotateEditButtonText
andcropEditButtonText
were not being set correctly. - Converted all
num
types to their actual type (eitherint
ordouble
).
1.0.8 #
- Added
continueButtonText
to change the text on the finish screen for iOS.
1.0.7 #
- Bumped Android to 4.0.10
- Bumped iOS to 2.0.9
1.0.6 #
- Bumped iOS to 2.0.7
1.0.5 #
- Bumped Android to 4.0.8
- Bumped iOS to 2.0.6
- Added method
purge()
. - Added setup options
PerformOnDeviceOCR
andOutputFormat
.
1.0.4 #
- Bumped Android to 4.0.6
- Bumped iOS to 2.0.5
- Added
userShouldAcceptResultToContinue
.
1.0.3 #
- Bumped Android to 4.0.5
- Bumped iOS to 2.0.4
- Added
userCanPickMediaFromStorage
andshouldGoToReviewScreenOnFinishPressed
. - Added
brightnessLowerThreshold
andbrightnessUpperThreshold
for iOS.
1.0.2 #
- Fixed issue where
PreviewDuration
was set incorrectly.
1.0.1 #
- Bump Android to 4.0.1
1.0.0 #
NOTE: This version introduces breaking changes, please see our documentation for the new implementation.
- Bump Android to 4.0.0
- Bump iOS to 2.0.2
- Replaced
reviewIconColor
withbuttonWithIconForeground
andbuttonWithIconBackground
. - Renamed
overlayColor
tosecondaryColor
- Added
segmentedModeImageCountMessage
,cropEditButtonText
,filterEditButtonText
,rotateEditButtonText
,deleteEditButtonText
cancelCropButtonText
,expandCropButtonText
andsaveCropButtonText
for iOS. - All messages, texts and colors must now be set through
XML
on Android. - Bumped minimum iOS version to
14.0
. - Bumped minimum Android version to
25
.
0.3.3 #
- Bump Android to 3.1.10
- Now use Gradle declarative plugin in Android Example.
0.3.2 #
- Bump Android to 3.1.8
- Bump iOS to 1.2.2
0.3.1 #
- Bump Android to 3.1.5
- Fixed issue where
CameraMode
was not being parsed correctly on iOS.
0.3.0 #
- Bump Android to 3.1.4
- Bump iOS to 1.2.1
- Removed
allowMultipleDocuments
anddefaultMultipleDocuments
fromCameraConfig
- Added
startingIndex
,cameraModeSingle
,cameraModeMulti
andcameraModeSegmented
toCameraConfig
.
0.2.2 #
- Bump Android to 3.0.3
- Bump iOS to 1.1.0
- Update Android instructions in README.md
0.2.1 #
- Bump Android to 3.0.2
0.2.0 #
- Added dart sound null safety support
0.1.0 #
- Bump iOS to 1.0.0
- Bump Android to 3.0.1
- Changed iOS deployment target from 11.0 to 13.0.
0.0.11 #
- Bump Android to version 2.1.11
0.0.10 #
- Bump Android to version 2.1.10
0.0.9 #
- Bump iOS to version 0.5.4
- Bump Android to version 2.1.9
- Bump Android compile and target SDK to 33.
0.0.8 #
- Bump iOS to version 0.5.3
- Added
defaultColor
support for iOS.
0.0.7 #
- Bump Android to version 2.1.6
0.0.6 #
- Bump iOS to version 0.5.2
- Bump Android to version 2.1.5
0.0.5 #
- Bump iOS to version 0.4.12
- Bump Android to version 2.0.8
0.0.4 #
- Bump iOS to version 0.4.11
0.0.3 #
- Bump Android to version 2.0.7
- Android now also supports
StoreImagesToCameraRoll
0.0.2 #
- Bump Android to version 2.0.6
- Bump iOS to version 0.4.10
0.0.1 #
- Released Flutter Klippa Scanner SDK. This SDK allows users to implement the Klippa Scanner SDK into a Flutter project.