If you face this issue where you get the error “Unable to find git in your PATH” while running flutter commands like flutter doctor or…
View More Unable to find git in your PATH in Flutter commands (solved)Category: Quick tips for developers
This section is for quick tips and solutions for simple developer problems that we face in our daily life. The kind of problems that are not really complicated but we start googling for them!
Curved button using Flutter | Can it be done with Flutter? | Custom shapes Flutter | Custom painter
How to build a custom shape button in Flutter? Here’s how to do it using a custom painter! ❤ Follow on Social media 😎 :…
View More Curved button using Flutter | Can it be done with Flutter? | Custom shapes Flutter | Custom painterHow to add participants to a WhatsApp group using whatsapp-web.js
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question in the comments of that video asking about…
View More How to add participants to a WhatsApp group using whatsapp-web.jsHow to send a PDF to multiple contacts/groups using WhatsApp API
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question about how to send a PDF to multiple…
View More How to send a PDF to multiple contacts/groups using WhatsApp APIHow to send a list of options and get the user response in WhatsApp API
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question in the comments of that video. Let’s find…
View More How to send a list of options and get the user response in WhatsApp APIWhy do we need DOCTYPE in html?
History ✧ In the old days of the web, pages were written in two versions: One for Netscape Navigator, and one for Microsoft IE. ✧…
View More Why do we need DOCTYPE in html?How to store and update multiple field values in React using useReducer
If you’re like me, you probably found yourself using useState when you needed to update a single piece of state. But what if you need…
View More How to store and update multiple field values in React using useReducerHide header on scroll easily | Spotlight of the day series | hide sticky header on scroll | autohide
Hide header on scroll down, show the website header on scroll up. Learn how to hide header on scroll down and show header on scroll…
View More Hide header on scroll easily | Spotlight of the day series | hide sticky header on scroll | autohideUnable to format code in VSCode on MacOS using shortcut (solved)
I use VSCode as the preferred IDE always. I usually use the keyboard shortcut Option + Shift + F to format the code. I recently…
View More Unable to format code in VSCode on MacOS using shortcut (solved)How to open emoji keyboard on Windows or Mac
I recently found out that Windows and Mac have a built-in emoji keyboard. I was surprised to know that there’s a built-in emoji keyboard for…
View More How to open emoji keyboard on Windows or Mac