Posts by Lucas Paz • 121 points
1 post
-
2
votes2
answers1192
viewsA: How to open the link by clicking on a Gridview image and placing the name below it?
You can use the Gesturedetector with url_launcher to open the URL when clicking on the image. Import the lib from url_launcher import 'package:url_launcher/url_launcher.dart'; How would it look:…