-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
flutter/plugins
#6032Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
The application will compile and run with the USE_FINGERPRINT
permission (it's crossed out in Android Studio.) This has been replaced with USE_BIOMETRIC
.
The android section of the Readme should state that if one is using flutter ^3.0, the line to insert in AndroidManifest.kt is:
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
Flutter Doctor -v output:
[✓] Flutter (Channel stable, 3.0.2, on Debian GNU/Linux 11 (bullseye)
5.10.0-11-amd64, locale en_US.UTF-8)
• Flutter version 3.0.2 at /home/lab/devel/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision cd41fdd495 (12 days ago), 2022-06-08 09:52:13 -0700
• Engine revision f15f824b57
• Dart version 2.17.3
• DevTools version 2.12.2
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
• Android SDK at /home/lab/Android/Sdk
• Platform android-32, build-tools 32.0.0
• Java binary at: /home/lab/devel/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build
11.0.12+0-b1504.28-7817840)
• All Android licenses accepted.
[✓] Chrome - develop for the web
• Chrome at google-chrome
[✓] Linux toolchain - develop for Linux desktop
• Debian clang version 11.0.1-2
• cmake version 3.18.4
• ninja version 1.10.1
• pkg-config version 0.29.2
[✓] Android Studio (version 2021.2)
• Android Studio at /home/lab/devel/android-studio
• Flutter plugin version 67.1.2
• Dart plugin version 212.5744
• Java version OpenJDK Runtime Environment (build
11.0.12+0-b1504.28-7817840)
[✓] VS Code (version 1.67.1)
• VS Code at /usr/share/code
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (3 available)
• Android SDK built for x86 (mobile) • emulator-5554 • android-x86 •
Android 11 (API 30) (emulator)
• Linux (desktop) • linux • linux-x64 •
Debian GNU/Linux 11 (bullseye) 5.10.0-11-amd64
• Chrome (web) • chrome • web-javascript •
Google Chrome 101.0.4951.64
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
RafaelBarbosatec
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically