Open praharshbhatt opened 2 years ago
@praharshbhatt as the maintainer seems inactive, I have fixed the issue in my PR: https://github.com/theyakka/qr.flutter/pull/204
And uploaded a new version of the package (4.1.0
): https://pub.dev/packages/qr_widget
You can report issues with the package in my new repo: https://github.com/vanyasem/qr.widget
Describe the bug Not able to compile for Android for new Flutter v3.0.0.
To Reproduce Steps to reproduce the behavior:
Expected behavior App builds and runs
Additional context Build failure logs:
flutter --version
Flutter 3.0.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision ee4e09cce0 (12 days ago) • 2022-05-09 16:45:18 -0700 Engine • revision d1b9a6938a Tools • Dart 2.17.0 • DevTools 2.12.2
Kotlin version used in the project
ext.kotlin_version = '1.5.31'