App Lock with Flutter
Create an app lock feature in a Flutter app which will blur the app when locked and ask for biometric to unlock.
Create an app lock feature in a Flutter app which will blur the app when locked and ask for biometric to unlock.
Image cropping becomes necessary in apps when we want to save bandwidth by removing unnecessary image parts. For example we want to upload a thumbnail and we don’t want it to be very large is size and high quality image. So I started looking for plugins to crop and compress images in Flutter and there…
Parse Server does not automatically deletes associated file after deleting object or updating it because Parse Server does not know if you are still using those files somewhere. This cause waste of resources If we don’t delete these orphan files manually and the size of database will also grow. There will be generally 2 cases…
We are going to install XMonad in Arch Linux using Cabal from Hackage (Package repository for Haskell). There is already xmonad package but still we are using hackage because in Arch Linux we may get dependencies problems. To begin we need to install ghcup first. ghcup is a tool to install all necessary packages to…
WordPress is on of the most used CMS (content management system) that allows user to create blogs, e-commerce sites, portfolio, news site, headless servers and many more. WordPress needs a web server (Apache, Nginx, LiteSpeed), database (MariaDB, MySQL) and PHP. In this tutorial we are going to deploy multiple WordPress sites on WebDock. WebDock is…
MAS (Microsoft Activation Scripts) is a collection of scripts for activating all Microsoft Windows versions (Windows 11 included) and Office products using HWID / KMS38 / Online KMS activation method. This scripts also supports Windows 11. So you can easily activate Windows 11, 10, 7 for free, This awesome collection of scripts are provided by…
Before we can publish our app on Google Play Store we need to give our app a digital signature by signing it. Also we need to provide a good launcher icon for the app instead of default flutter icon and confirm package name, uses permission or other values are set correctly as we needed. So,…
Actually YouTube app in mobile devices allows to play videos in the background but you need to buy a premium membership. But here are some amazing Android apps that can play YouTube video in the background and also provides downloading feature. Isn’t it amazing? I am listing 3 Android apps to play YouTube videos in…
Generally we make sticky sidebar to put our ads on them but sometimes it does not work as expected. Even you make your sidebar or last widget on sidebar sticky, when you put your AdSense code the sticky widget stops working. So here I am going to show you why this happens at first place…