Did you get a red screen error with the description lookup failed in @fields somefile.dart? Here’s how to solve it. This error happens if you…
View More Flutter lookup failed in @fields error (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!
How to access Tailwind config from JS?
We might need to access tailwind configuration in javascript sometimes. Let’s say we want to use one of our primary colors in a place where…
View More How to access Tailwind config from JS?How to copy text to the clipboard using Javascript?
Allowing a user to copy text by clicking a button is a common pattern in websites. Let’s see how to copy text to clipboard using…
View More How to copy text to the clipboard using Javascript?Fix React native doctor issues (solved)
React native doctor is a diagnostics tool which can help you find if your PC has all the setup for react native development. React native…
View More Fix React native doctor issues (solved)How to set number of lines for text in CSS
Do you want to limit the number of lines to n for a div or text element using CSS? Here’s how to do it.
View More How to set number of lines for text in CSSFlutter Crashlytics reporting non-fatal errors as fatal errors (Solved)
We use Firebase Crashlytics in one of the Flutter projects that I am working on. We followed the official docs and set up Crashlytics using…
View More Flutter Crashlytics reporting non-fatal errors as fatal errors (Solved)How to show a confirmation dialog before closing a web page?
When designing a web application or website, it’s common to include functionality that prompts users with a confirmation dialog before they leave or close the…
View More How to show a confirmation dialog before closing a web page?A Step-by-Step Guide to Connecting ADB over Wi-Fi
Connecting your Android device to the Android Debug Bridge (ADB) via Wi-Fi can offer convenience and flexibility, eliminating the need for a physical connection. By…
View More A Step-by-Step Guide to Connecting ADB over Wi-FiTailwind CSS bottom navigation tabs component free download
The bottom navigation tab bar is a commonly used component. It is seen in many apps and websites. I was developing a website with Tailwind…
View More Tailwind CSS bottom navigation tabs component free downloadHow to hide scroll bar in react-snap-carousel
I recently stumbled upon a new react carousel library in a NextJS project. It is called react-snap-carousel and it’s an amazing library. Here’s the link…
View More How to hide scroll bar in react-snap-carousel