-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FCPListItem does not support imageUrl #20
Comments
Hi @vanlooverenkoen I was able to load list items with image url by doing the following.
|
Yes indeed that is why a pull request implementing this feature a month ago. #24 |
Feature/oguzhnatly#20 imageurl
flutter: Warning database has been locked for 0:00:10.000000. Make sure you always use the transaction object for database operations during a transaction , After loading images from ulr i got this error and the mobile app ui freezes . |
Current implementation to set an image to a listItem is using an asset
It should be possible to also use a HTTPs link to an image so we don't need to ship every image in assets
The text was updated successfully, but these errors were encountered: