GKGitartha Kashyapingitartha.hashnode.dev·Jun 7, 2023 · 5 min readHow to run a background job when your Flutter app is terminated.If you have always wondered how apps like google photos backup your media even when the app is in terminated mode (you have not opened the app). My first guess was that they must run it in the background through workmanager (android). But the workman...00
GKGitartha Kashyapingitartha.hashnode.dev·Feb 20, 2023 · 2 min read(Ctrl + v) Copy-Pasting Images onto TextfieldsAs a user, you must have noticed while using platforms like WhatsappWeb, Twitter web, etc, you can simply take a screenshot on your laptop and do ctrl + v and the image will get pasted. This kind of short cuts creates rich user experience. So, we wil...00