Update ResponsiveRow elements [Question] #3791
Unanswered
SebastianSosa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I have an assets folder with the following structure:
assests
|__Bibliotheque
I built an APK that can copy and paste a folder into assets/Bibliotheque. The folder needs to have the following structure:
Folder
|__subFolder1
|__subFolder2
|__one image '.png'
The idea is to update a ResponsiveRow of ElevatedButtons within the app with the new folder, using the image in it as the content for the ElevatedButtons. The code below works correctly on Windows, but it doesn't work in the APK:
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions