↧
Answer by Yuri H for Can't load an image from a library in Flutter
Here is an example showing how to share images via a custom package.in answer to Jason's comment: it's just a question of paths. You can easily move packages to any location until you can locate them...
View ArticleCan't load an image from a library in Flutter
I need a library to load an SVG (using the flutter_svg package) located in the main app's assets directory. Right now I have the following code in the library function:SvgPicture.asset(svgSrc, package:...
View Article
More Pages to Explore .....