Posts by Valdir • 39 points
4 posts
-
0
votes1
answer949
viewsQ: How do I get every Gridview Card in flutter to open a specific link?
Do I need to know how to differentiate one card from another in Gridview from the flutter? Because I need to open, as soon as clicked, a specific link for each card. I have a code that opens a…
-
2
votes2
answers1192
viewsQ: How to open the link by clicking on a Gridview image and placing the name below it?
Good morning! I’m starting to learn programming with flutter, I’m very new in the field. I want to know how to open the link of a site, when clicked on a certain image that is in the flutter…
-
2
votes1
answer476
viewsQ: How to open a PDF file, which is in the Assets of my APP, in a PDF reader already installed on mobile phone?
I have an APP that needs to open some PDF files (laws) that should come along with the application. The idea is to call a Intent to open these PDF files by the PDF reader itself already installed on…
-
-1
votes1
answer99
viewsQ: How to make a PDF file in my APP’s Assets open by the android’s native PDF reader?
I have an APP that needs to open some PDF files (laws) that should come along with the application. The idea is to call an Intent to open these PDF files by Android’s own native PDF reader or a PDF…