qrcode_flutter 1.0.10 qrcode_flutter: ^1.0.10 copied to clipboard
Flutter plugin for scanning QR codes.You can customize your page by using PlatformView.Scanning Picture from path (photo album).
2.0.0 #
- fix issue7--divide by zero.Fixed only by upgrade zixing4.0.2
1.0.10 #
1.0.8 #
- Plugin can register many time
- Improvement: allow mocking of plugin method channel
1.0.6 #
- fix small qrcode images scanning correct
1.0.5 #
1.fix requestPermissions callback error(cause open camera error when agree permissions)
1.0.4 #
- change
implementation "com.journeyapps:zxing-android-embedded:3.5.0"
toapi "com.journeyapps:zxing-android-embedded:3.5.0"
(because the libraryzxing-android-embedded
has built the classCameraConfigurationUtils
the same ascom.google.zxing:android-core:3.2.1
) - fix Android clear bugs
1.0.3 #
- fix iOS errors
- Support Android V2 embedding.
- Change the result of the scanned album to List
1.0.2 #
- Support Android V2 embedding.
- Change the result of the scanned album to List
1.0.1 #
Modify the document
1.0.0 #
提供相机扫码功能,提供照片解析功能(通过相册选择照片或者网络下载照片)
You can customize your page using by PlatformView.Scanning Picture from path(photo album).