You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
When leveraging assets that are being generated from Parabeac, you're often leveraging an SVG Object or Image which requires a String as the call. For example: "assets/home_icon".
I believe this could be reduced to something like ProjectAssets.home_icon which would return the SVG already prepared as a widget. This would reduce the amount of code that the developer would have to write when leveraging the assets.
The text was updated successfully, but these errors were encountered:
When leveraging assets that are being generated from Parabeac, you're often leveraging an SVG Object or Image which requires a String as the call. For example: "assets/home_icon".
I believe this could be reduced to something like
ProjectAssets.home_icon
which would return the SVG already prepared as a widget. This would reduce the amount of code that the developer would have to write when leveraging the assets.The text was updated successfully, but these errors were encountered: