Enjoyed reading this article. Cloned the repo and app runs as expected. However, I encountered an issue in the path qr.flutter > example > lib > screens > main.screen.dart:
import '../../../lib/src/qr_image.dart';
In Android Studio, this import statement says “URI does not exist”. What’s strange is that I deleted the path name and started retyping. It autocompleted this path for me, indicating that AS can see the dart file, but after autocompleting, it throws the same URI error.
Ran flutter packages get in both of the pubspec.yaml files. Ran flutter doctor with no trouble. Any idea what might be causing this blindspot?