I want to create a simple font tester. How can I use the file picker to change the font of a label
Edit: To clarify my situation, I have a font selector on my app to change the font of a label. But I want to be able to upload my own custom font through the app itself using a file picker and not through the designer.
How would i use this extension? As i only started learning last week, I don't really know the advanced stuffs and I don't know what SAF means or how to use any parts of the extension. I really only want to be able to import my own font using the app itself and not the designer.
So all you showed in your video was how to set a custom font in the designer ?
Your companion example is next to useless for production/compiled app purposes. You can use the file component to get the Assets path. Your blocks do not even show how you get the path. As you say, SAF is required if using FilePicker to select a font file not created by the app.
Anke's suggestions of assets or ASD as file locations still stands, along with using SAF for foreign files.