URL_Launcher not launching URL in Flutter
I need my container to launch a URL whenever it is clicked. I have done this plenty times with other projects, yet it will not work in this current project. I believe I have added everything I need to the pubspec.yaml, AndroidManifest.xml, and Info.plist files. I have imported it in my main.dart, and when I run the app, nothing happens, as in, the container, when tapped, doesn’t launch any URL. Have I forgotten to do something? Any help is appreciated.