How to overlay text and icon on an image in Flutter
When working with images, you often need to overlay text or icons on them. Perhaps to show the name of the image, or an icon to favourite it. In Android, the trusted android:background xml attribute does the trick. In iOS, you can add an UIImageView to the bottom of your view hierarchy. But, how can you … Continue reading "How to overlay text and icon on an image in Flutter"
Published on Sun, March 4th 2018