Local asset (image) set from variable

Database & APIs

So I upload 20 images to my assets folder and I want to show them randomly. I made it work like this:

Image type: Network (because asset only lets me pick one, not set from variable)

Set from variable: Type: image path

Variable: App State: AppStateImageList

In this list I have all the images with this kind of path: https://storage.googleapis.com/flutterflow-io-6f20.appspot.com/projects/game-3yi8ok/assets/l3kdbxugk9zb/image01.jpg

It works. But I want the path to be assets/images/image01.jpg because I want the app to work completely offline. Maybe it will work in local run I'm setting that up now. But I don't know where my assets folder is even. And the fact that I have to use image type: Network makes me wonder.

How to make this work completely offline?




What have you tried so far?

Everything to my knowledge. Many days of hitting walls.

Did you check FlutterFlow's Documentation for this topic?
Yes
1