flutter-package / flutter_scan

scanner qrcode in widget tree & decoder qrcode from image
MIT License
79 stars 66 forks source link

This plugin is no more working below android 11, no error message, just silent. No view is being displayed. #67

Open nilotpalkapri opened 9 months ago

nilotpalkapri commented 9 months ago

Environment

Technology Version
Flutter version 3.16.8
Plugin version Dart 3.2.5
Android version 9
iOS version
Xcode version

Device information: Android 9, API 28.

Description

Expected behavior:

Current behavior: Not showing camera view below android 11.

deeenz commented 8 months ago

I am experiencing a similar problem.

Anjula commented 8 months ago

Same here.

nilotpalkapri commented 8 months ago

use flutter channel beta to solve the problem

0x1af2aec8f957 commented 8 months ago

Same error

xuchdeid commented 7 months ago

remove ScanDrawView in ScanPlatformView when sdk < 30, that works for me

yykou commented 7 months ago

Has anyone solved this problem?

yykou commented 7 months ago

remove ScanDrawView in ScanPlatformView when sdk < 30, that works for me

Will there be any impact after removing it?

nilotpalkapri commented 6 months ago

Has anyone solved this problem?

for me building with beta channel working fine