flutter_scan icon indicating copy to clipboard operation
flutter_scan copied to clipboard

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

Open nilotpalkapri opened this issue 1 year ago • 8 comments

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.

nilotpalkapri avatar Jan 25 '24 18:01 nilotpalkapri

I am experiencing a similar problem.

deeenz avatar Feb 12 '24 13:02 deeenz

Same here.

Anjula avatar Feb 28 '24 08:02 Anjula

use flutter channel beta to solve the problem

nilotpalkapri avatar Feb 28 '24 08:02 nilotpalkapri

Same error

0x1af2aec8f957 avatar Mar 10 '24 15:03 0x1af2aec8f957

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

xuchdeid avatar Mar 20 '24 07:03 xuchdeid

Has anyone solved this problem?

yykou avatar Apr 08 '24 06:04 yykou

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

Will there be any impact after removing it?

yykou avatar Apr 08 '24 08:04 yykou